human_attribute_name(attribute, options = {})
Instance Public methods
Transforms attribute names into a more human format, such as âFirst nameâ instead of âfirst_nameâ.
Person.human_attribute_name("first_name") # => "First name"
Specify options
with additional translating options.
Please login to continue.