Method: ActionDispatch::Routing::Mapper::Resources::SingletonResource#singular

Defined in:
actionpack/lib/action_dispatch/routing/mapper.rb

#singularObject Also known as: member_name, collection_name



1291
1292
1293
# File 'actionpack/lib/action_dispatch/routing/mapper.rb', line 1291

def singular
  @singular ||= name.to_s
end