parent
461a6b76f6
commit
dfdea61e12
@ -0,0 +1,3 @@ |
||||
#!/usr/bin/env ruby |
||||
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) |
||||
load Gem.bin_path('bundler', 'bundle') |
@ -0,0 +1,4 @@ |
||||
#!/usr/bin/env ruby |
||||
APP_PATH = File.expand_path('../../config/application', __FILE__) |
||||
require_relative '../config/boot' |
||||
require 'rails/commands' |
Loading…
Reference in new issue