method

inherited

rails latest stable - Class: ActionController::Base

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

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