Generate Rails binstub "bin/rails"
This commit is contained in:
parent
a0f3b55d06
commit
70eb05a589
1 changed files with 4 additions and 0 deletions
4
bin/rails
Executable file
4
bin/rails
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
APP_PATH = File.expand_path('../config/application', __dir__)
|
||||
require_relative '../config/boot'
|
||||
require 'rails/commands'
|
Reference in a new issue