# File lib/action_controller/base.rb, line 226
    def self.inherited(klass)
      super
      klass.helper :all if klass.superclass == ActionController::Base
    end