Class: ActionController::Base
- Inherits:
-
Object
- Object
- ActionController::Base
- Defined in:
- lib/acts_as_dashboard.rb
Class Method Summary collapse
Class Method Details
.inherited_with_acts_as_dashboard_include(child) ⇒ Object
3 4 5 6 7 |
# File 'lib/acts_as_dashboard.rb', line 3 def inherited_with_acts_as_dashboard_include(child) inherited_without_acts_as_dashboard_include child child.send :include, ActsAsDashboard end |