Method: ActionDispatch::Routing::Mapper::Resources::Resource#plural
- Defined in:
- lib/action_dispatch/routing/mapper.rb
#plural ⇒ Object
831 832 833 |
# File 'lib/action_dispatch/routing/mapper.rb', line 831 def plural @plural ||= name.to_s end |