Fix wrap parameters bug

This commit is contained in:
Eric Schultz 2019-01-28 16:28:22 -06:00 committed by Luis Castro
parent a05f8582de
commit dd53f11be9
No known key found for this signature in database
GPG key ID: 0A8F33D4C4E27639

View file

@ -11,5 +11,5 @@ end
# To enable root element in JSON for ActiveRecord objects.
ActiveSupport.on_load(:active_record) do
self.include_root_in_json = true
self.include_root_in_json = false
end