Commit 11af5161 authored by Robert Speicher's avatar Robert Speicher

Fix bin/rails binstub

parent 9789b56a
...@@ -3,5 +3,6 @@ begin ...@@ -3,5 +3,6 @@ begin
load File.expand_path("../spring", __FILE__) load File.expand_path("../spring", __FILE__)
rescue LoadError rescue LoadError
end end
require 'bundler/setup' APP_PATH = File.expand_path('../../config/application', __FILE__)
load Gem.bin_path('rails', 'rails') require_relative '../config/boot'
require 'rails/commands'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment