method
inherited
rails latest stable - Class:
ActionController::Base
inherited(klass)public
No documentation available.
# File actionpack/lib/action_controller/base.rb, line 226
def self.inherited(klass)
super
klass.helper :all if klass.superclass == ActionController::Base
end