method

load_console

rails latest stable - Class: Rails::Railtie

Method deprecated or moved

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

load_console(app=self)
public

No documentation available.

# File railties/lib/rails/railtie.rb, line 178
    def load_console(app=self)
      self.class.console.each { |block| block.call(app) }
    end