Class: ActionController::Base

Inherits:
Object
  • Object
show all
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