Module InheritedResources::Actions
In: lib/inherited_resources/actions.rb

Holds all default actions for InheritedResouces.

Methods

create   create!   destroy   destroy!   edit   edit!   index   index!   new   new!   show   show!   update   update!  

Public Instance methods

DELETE /resources/1

GET /resources/1/edit

GET /resources/new

Protected Instance methods

create!(options={}, &block)

Alias for create

destroy!(options={}, &block)

Alias for destroy

edit!(options={}, &block)

Alias for edit

index!(options={}, &block)

Alias for index

new!(options={}, &block)

Alias for new

show!(options={}, &block)

Alias for show

update!(options={}, &block)

Alias for update

[Validate]