Module: RailsAnnoying::ActionController::Base

Defined in:
lib/rails-annoying/action_controller/base.rb

Instance Method Summary collapse

Instance Method Details

#dont_be_annoyingObject



11
12
13
# File 'lib/rails-annoying/action_controller/base.rb', line 11

def dont_be_annoying
  ::ActionController::Base.send :include, ClassMethods
end