mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
f2d908a06f
Added styling to gathers page Added styling to account page Improved forms styling
8 lines
244 B
Ruby
8 lines
244 B
Ruby
#!/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'
|