Method: ActionDispatch::Routing::Mapper::Scope#resource_method_scope?
- Defined in:
- actionpack/lib/action_dispatch/routing/mapper.rb
#resource_method_scope? ⇒ Boolean
2322 2323 2324 |
# File 'actionpack/lib/action_dispatch/routing/mapper.rb', line 2322 def resource_method_scope? RESOURCE_METHOD_SCOPES.include? scope_level end |