Method: Material::Attributes#human_attribute_value
- Defined in:
- lib/material/concerns/attributes.rb
#human_attribute_value(attribute) ⇒ Object
27 28 29 |
# File 'lib/material/concerns/attributes.rb', line 27 def human_attribute_value(attribute) formatted_attributes.fetch(attribute) end |