public
Description: response for lets you decorate your actions respond_to blocks
Homepage: http://blog.ardes.com/response_for
Clone URL: git://github.com/ianwhite/response_for.git
Click here to lend your support to: response_for and make a donation at www.pledgie.com !
response_for / init.rb
100644 3 lines (3 sloc) 0.172 kb
1
2
3
require 'ardes/response_for'
ActionController::Base.send :include, Ardes::ResponseFor
ActionController::MimeResponds::Responder.send :include, Ardes::ResponseFor::Responder