public
Description: A respond_to style helper for doing different actions based on which request parameters are passed.
Homepage: http://daniel.collectiveidea.com/blog/tags/random_finders
Clone URL: git://github.com/collectiveidea/with_action.git
Click here to lend your support to: with_action and make a donation at www.pledgie.com !
with_action / init.rb
100644 6 lines (4 sloc) 0.101 kb
1
2
3
4
5
6
require 'with_action'
 
ActionController::Base.class_eval do
  include CollectiveIdea::WithAction
end