Module: ErrorOperationHelper::ClassMethods
- Defined in:
- app/my_lib/error_operation_helper.rb
Instance Method Summary collapse
Instance Method Details
#human_attribute_name(attr, options = {}) ⇒ Object
27 28 29 |
# File 'app/my_lib/error_operation_helper.rb', line 27 def human_attribute_name(attr, = {}) attr.to_s.humanize end |