mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
8 lines
165 B
Ruby
8 lines
165 B
Ruby
|
ActiveSupport.on_load(:action_controller) do
|
||
|
wrap_parameters format: [:json]
|
||
|
end
|
||
|
|
||
|
ActiveSupport.on_load(:active_record) do
|
||
|
self.include_root_in_json = false
|
||
|
end
|