mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-12-12 09:12:10 +00:00
Initial commit with devise template from https://github.com/lewagon/rails-templates
This commit is contained in:
9
bin/rails
Executable file
9
bin/rails
Executable file
@@ -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'
|
||||
Reference in New Issue
Block a user