Method: ActionDispatch::Routing::Mapper::Resources::SingletonResource#singular
- Defined in:
- actionpack/lib/action_dispatch/routing/mapper.rb
permalink #singular ⇒ Object Also known as: member_name, collection_name
[View source]
1048 1049 1050 |
# File 'actionpack/lib/action_dispatch/routing/mapper.rb', line 1048 def singular @singular ||= name.to_s end |