Method: DummyFormObject.human_attribute_name

Defined in:
app/models/dummy_form_object.rb

.human_attribute_name(attribute) ⇒ Object



9
10
11
# File 'app/models/dummy_form_object.rb', line 9

def self.human_attribute_name(attribute)
  attribute.to_s.titleize
end