Matchu
59efb49419
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.
5 lines
128 B
Ruby
5 lines
128 B
Ruby
# Load the Rails application.
|
|
require_relative "application"
|
|
|
|
# Initialize the Rails application.
|
|
Rails.application.initialize!
|