mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
2ddbe87e7a
References to ``AppName::Application` removed in favour of ``Rails.application`` as generated with a new rails 4.1 app. [ci skip]
6 lines
249 B
Ruby
6 lines
249 B
Ruby
# Add your own tasks in files placed in lib/tasks ending in .rake,
|
|
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
|
|
|
require File.expand_path('../config/application', __FILE__)
|
|
|
|
Rails.application.load_tasks
|