@@ -1,3 +1,3 | |||||
1 |
#!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 | ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) |
|
2 | ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) | |
3 | load Gem.bin_path('bundler', 'bundle') |
|
3 | load Gem.bin_path('bundler', 'bundle') |
@@ -1,4 +1,4 | |||||
1 |
#!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 | APP_PATH = File.expand_path('../../config/application', __FILE__) |
|
2 | APP_PATH = File.expand_path('../../config/application', __FILE__) | |
3 | require_relative '../config/boot' |
|
3 | require_relative '../config/boot' | |
4 | require 'rails/commands' |
|
4 | require 'rails/commands' |
General Comments 0
You need to be logged in to leave comments.
Login now