0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-26 19:20:59 +00:00
ensl.org/script/rails

9 lines
244 B
Text
Raw Normal View History

#!/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'