module ActionDispatch::Routing::Mapper::Resources

def scope_action_options

def scope_action_options
  @scope[:options].slice(:only, :except)
end