1
0
Fork 0

Generate Rails binstub "bin/rails"

This commit is contained in:
Alex Kotov 2020-01-17 19:30:25 +05:00
parent a0f3b55d06
commit 70eb05a589
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 4 additions and 0 deletions

4
bin/rails Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env ruby
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'