%file_name%.rb

Path: lib/generators/templates/component/resource_controller/app/controllers/%file_name%.rb
Last Update: Fri Jul 10 16:34:04 -0600 2009

Methods

create   delete   destroy   edit   index   new   show   update  

Public Instance methods

POST /<%= resource_path %>

GET /<%= resource_path %>/:id/delete

DELETE /<%= resource_path %>/:id

GET /<%= resource_path %>/:id/edit

GET /<%= resource_path %>

GET /<%= resource_path %>/new

GET /<%= resource_path %>/:id

PUT /<%= resource_path %>/:id

[Validate]