mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
3e0cdbeaf4
* require, require_relative, load by double quotes We're getting rid of all single quote usage, unless it serves a specific purpose, as per the general style guide.
6 lines
227 B
Ruby
6 lines
227 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_relative "config/application"
|
|
|
|
Rails.application.load_tasks
|