diff --git a/config/application.rb b/config/application.rb index b647c947..9897473c 100644 --- a/config/application.rb +++ b/config/application.rb @@ -33,5 +33,7 @@ module Osem config.active_support.escape_html_entities_in_json = true # Don't generate system test files. config.generators.system_tests = nil + # This is a nightmare with our current data model, no one ever thought about this. + config.active_record.belongs_to_required_by_default = false end end