Module: Atech::RecordIdentifier
- Defined in:
- lib/atech/record_identifier.rb
Instance Method Summary collapse
Instance Method Details
#to_param ⇒ Object
18 19 20 |
# File 'lib/atech/record_identifier.rb', line 18 def to_param self.respond_to?(:identifier) ? identifier : id.to_s end |