public
Description: resources_controller rails plugin: rc makes RESTful controllers fun
Homepage: http://plugins.ardes.com/doc/resources_controller
Clone URL: git://github.com/ianwhite/resources_controller.git
Click here to lend your support to: resources_controller and make a donation at www.pledgie.com !
100644 6 lines (5 sloc) 0.282 kb
1
2
3
4
5
6
require 'ardes/resources_controller'
ActionController::Base.extend Ardes::ResourcesController
ActionController::Base.send :include, Ardes::ResourcesController::RequestPathIntrospection
 
require 'ardes/active_record/saved'
ActiveRecord::Base.send :include, Ardes::ActiveRecord::Saved