Module ActionDispatch::Routing::Mapper::Resources
In: lib/action_dispatch/routing/mapper.rb

Methods

Constants

VALID_ON_OPTIONS = [:new, :collection, :member]   CANONICAL_ACTIONS holds all actions that does not need a prefix or a path appended since they fit properly in their scope level.
RESOURCE_OPTIONS = [:as, :controller, :path, :only, :except]
CANONICAL_ACTIONS = %w(index create new show update destroy)

Public Instance methods

Protected Instance methods

[Validate]