Method: ActiveCollection::MemberClass::ClassMethods#human_name
- Defined in:
- lib/active_collection/member_class.rb
#human_name(*args) ⇒ Object
Plural human name of the member class.
41 42 43 |
# File 'lib/active_collection/member_class.rb', line 41 def human_name(*args) model_class.human_name(*args).pluralize end |