5 lines
150 B
Ruby
5 lines
150 B
Ruby
# Require your environment file to bootstrap Rails
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
|
|
|
# Dispatch the request
|
|
run Routing
|