Module: RailsAnnoying::ActionController
- Defined in:
- lib/rails-annoying/action_controller/base.rb
Defined Under Namespace
Modules: Base, ClassMethods
Class Method Summary collapse
-
.included(klass) ⇒ Object
:nodoc:.
Class Method Details
.included(klass) ⇒ Object
:nodoc:
4 5 6 7 8 |
# File 'lib/rails-annoying/action_controller/base.rb', line 4 def self.included(klass) klass.class_eval do extend Base end end |