2013-01-07 09:04:09 +01:00
|
|
|
#!/usr/bin/env ruby
|
2021-08-17 14:58:06 +02:00
|
|
|
load File.expand_path('spring', __dir__)
|
|
|
|
|
APP_PATH = File.expand_path('../config/application', __dir__)
|
|
|
|
|
require_relative '../config/boot'
|
2013-01-07 09:04:09 +01:00
|
|
|
require 'rails/commands'
|