mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-26 11:11:20 +00:00
Move script to bin
This commit is contained in:
parent
2137f6c52c
commit
4af6518884
7 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
require 'rack/handler'
|
||||
Rack::Handler::WEBrick = Rack::Handler.get(:puma)
|
||||
|
||||
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'rails/commands'
|
Loading…
Reference in a new issue