method
new
v6.0.0 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Scoping::Resources::SingletonResource
new(entities, api_only, shallow, options)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1241
def initialize(entities, api_only, shallow, options)
super
@as = nil
@controller = (options[:controller] || plural).to_s
@as = options[:as]
end