public
Rubygem
Description: Rails RESTful controller abstraction plugin.
Homepage: http://jamesgolick.com/resource_controller
Clone URL: git://github.com/giraffesoft/resource_controller.git
Search Repo:
Click here to lend your support to: resource_controller and make a donation at www.pledgie.com !
100644 7 lines (5 sloc) 0.146 kb
1
2
3
4
5
6
7
ActionController::Base.class_eval do
  include Urligence
  helper_method :smart_url
  
  extend ResourceController::ActionControllerExtension
end