public
Description: A Rails plugin to reflect information about resources
Homepage:
Clone URL: git://github.com/jonleighton/restflection.git
restflection / init.rb
100644 4 lines (4 sloc) 0.231 kb
1
2
3
4
require File.dirname(__FILE__) + "/lib/restflection"
ActionController::Base.send :include, Restflection::Restflect
ActionView::Base.delegate :restflect, :to => :controller
ActionView::Base.send :include, Restflection::HelperMethods