Fix wrap parameters bug
This commit is contained in:
parent
a05f8582de
commit
dd53f11be9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue