Mercurial > zeropaste
comparison Rakefile @ 437:d31fe32da7a0
Finish updating to rails 5
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 02 Jul 2016 17:04:25 +0900 |
parents | 4aa8194a1733 |
children |
comparison
equal
deleted
inserted
replaced
436:72557a5310d9 | 437:d31fe32da7a0 |
---|---|
1 #!/usr/bin/env rake | 1 #!/usr/bin/env rake |
2 # Add your own tasks in files placed in lib/tasks ending in .rake, | 2 # Add your own tasks in files placed in lib/tasks ending in .rake, |
3 # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. | 3 # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. |
4 | 4 |
5 require File.expand_path('../config/application', __FILE__) | 5 require_relative "config/application" |
6 | 6 |
7 Zeropaste::Application.load_tasks | 7 Rails.application.load_tasks |