2014-07-28 12:34:18 +03:00
|
|
|
# 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.
|
|
|
|
|
2019-04-28 21:10:54 +03:00
|
|
|
require File.expand_path("../config/application", __FILE__)
|
2014-07-28 12:34:18 +03:00
|
|
|
|
|
|
|
Rails.application.load_tasks
|