%file_name%.rb

Path: lib/generators/templates/component/resource_controller/app/controllers/%file_name%.rb
Last Update: Mon Aug 23 01:20:36 -0600 2010

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]