Method: ActiveCollection::MemberClass#human_name

Defined in:
lib/active_collection/member_class.rb

#human_name(*args) ⇒ Object

Plural human name of the member class.



63
64
65
# File 'lib/active_collection/member_class.rb', line 63

def human_name(*args)
  self.class.human_name(*args)
end