Method: ApplicationRecord#human_attribute_name
- Defined in:
- lib/generators/templates/application_record.rb
#human_attribute_name(*args) ⇒ Object
Wrapper for @model.human_attribute_name -> Model.human_attribute_name
5 6 7 |
# File 'lib/generators/templates/application_record.rb', line 5 def human_attribute_name(*args) self.class.human_attribute_name(*args) end |