mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
8 lines
176 B
Ruby
8 lines
176 B
Ruby
# Load the Rails application.
|
|
require_relative "application"
|
|
|
|
# Initialize the Rails application.
|
|
Rails.application.initialize!
|
|
|
|
ActiveRecord::Base.include_root_in_json = true
|