public
Description: Rails plugin: a very bare bones abstraction of the RESTful actions in a Rails' resource controller.
Homepage: http://rpheath.com
Clone URL: git://github.com/rpheath/restful_controller.git
restful_controller / init.rb
100644 2 lines (2 sloc) 0.09 kb
1
2
require 'restful_controller'
ActionController::Base.send(:include, RPH::RestfulController)