instance method load_tasks

Ruby on Rails 3.2.22.5

Since v3.0.20 Last seen in v3.2.22.5

Available in: v3.0.20 v3.1.12 v3.2.22.5

Signature

load_tasks(app=self)

Load the application and its railties tasks and invoke the registered hooks. Check Rails::Railtie.rake_tasks for more info.

Parameters

app opt = self
Source
# File railties/lib/rails/application.rb, line 143
    def load_tasks(app=self)
      initialize_tasks
      super
      self
    end

Defined in railties/lib/rails/application.rb line 143 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::Application

Type at least 2 characters to search.

↑↓ navigate · open · esc close