module RailsAnnoying::ActionController::Base

Public Instance Methods

dont_be_annoying() click to toggle source
# File lib/rails-annoying/action_controller/base.rb, line 11
def dont_be_annoying
  ::ActionController::Base.send :include, ClassMethods
end