caprese icon indicating copy to clipboard operation
caprese copied to clipboard

Add caprese primary key per model and action

Open nicklandgrebe opened this issue 7 years ago • 0 comments

Stories

  • As a developer, I want to assign a primary key for Caprese to use by model, and by controller action
class Controller
  primary_key :id, only: :validate_code
end

class Record
  self.caprese_primary_key = :id
end

nicklandgrebe avatar Mar 31 '17 19:03 nicklandgrebe