instance method
load_tasks
Ruby on Rails 3.0.20
Since v3.0.20Signature
load_tasks()
No documentation comment.
Source
# File railties/lib/rails/engine.rb, line 129
def load_tasks
super
config.paths.lib.tasks.to_a.sort.each { |ext| load(ext) }
end
Defined in railties/lib/rails/engine.rb line 129
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Engine