Method: CFoundry::V2::Model#plural_object_name
- Defined in:
- lib/cfoundry/v2/model.rb
#plural_object_name ⇒ Object
55 56 57 |
# File 'lib/cfoundry/v2/model.rb', line 55 def plural_object_name @plural_object_name ||= self.class.plural_object_name end |