method
scope_action_options?
scope_action_options?()
protected
Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1633 def scope_action_options? #:nodoc: @scope[:options] && (@scope[:options][:only] || @scope[:options][:except]) end