Skip to content

Commit

Permalink
update rails script
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Jun 22, 2017
1 parent c813602 commit a3de5fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 9 additions & 0 deletions bin/rails
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'
6 changes: 0 additions & 6 deletions script/rails

This file was deleted.

0 comments on commit a3de5fa

Please sign in to comment.