method
resource_scope
v3.2.1 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Resources
resource_scope(kind, resource)protected
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1397
def resource_scope(kind, resource) #:nodoc:
with_scope_level(kind, resource) do
scope(parent_resource.resource_scope) do
yield
end
end
end