trabajo-afectivo/script/rails

7 lines
287 B
Plaintext
Raw Normal View History

2012-04-10 13:31:21 +00:00
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
2018-04-12 14:57:37 +00:00
APP_PATH = File.expand_path('../config/application', __dir__)
require File.expand_path('../config/boot', __dir__)
2012-04-10 13:31:21 +00:00
require 'rails/commands'