mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Update environment config with Rails 7.0 default
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Load the rails application
|
||||
require_relative 'application'
|
||||
# Load the Rails application.
|
||||
require_relative "application"
|
||||
|
||||
# Initialize the rails application
|
||||
Openfoodnetwork::Application.initialize!
|
||||
# Initialize the Rails application.
|
||||
Rails.application.initialize!
|
||||
|
||||
ActiveRecord::Base.include_root_in_json = true
|
||||
|
||||
Reference in New Issue
Block a user