Matchu
86edc8584f
We accepted some changes as-is, but for development.rb and production.rb we read the diff and manually edited them!
5 lines
128 B
Ruby
5 lines
128 B
Ruby
# Load the Rails application.
|
|
require_relative 'application'
|
|
|
|
# Initialize the Rails application.
|
|
Rails.application.initialize!
|