Matchu
b7293f74f9
This one was pretty straightforward yaay! Main thing was the change from `render file` to `render template` in a couple places, oh and a thing with complex `order()` clauses.
6 lines
160 B
Ruby
6 lines
160 B
Ruby
# This file is used by Rack-based servers to start the application.
|
|
|
|
require_relative "config/environment"
|
|
|
|
run Rails.application
|
|
Rails.application.load_server
|