mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
8 lines
203 B
Ruby
8 lines
203 B
Ruby
# Load the rails application
|
|
require File.expand_path('../application', __FILE__)
|
|
|
|
# Initialize the rails application
|
|
Openfoodweb::Application.initialize!
|
|
|
|
ActiveRecord::Base.include_root_in_json = true
|