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 !
ianwhite (author)
Thu Feb 19 13:26:38 -0800 2009
commit  d7ce156cc451e0f5f7ae59fd9e38474ce479dfae
tree    1e8a42e55600b942a81f1ca9cdd0c71b18d8010d
parent  ce9705f6aff79ae9b1af8cfba0a548f1ff6c1f7d
response_for / init.rb
100644 7 lines (6 sloc) 0.214 kb
1
2
3
4
5
6
7
require 'ardes/response_for'
ActionController::Base.send :include, Ardes::ResponseFor
 
if Rails.version < "2.3.0"
  require 'ardes/response_for/bc'
  ActionController::Base.send :include, Ardes::ResponseFor::Bc
end