Sha256: 3e2657c49e3f3458e2856bd959cc53aeb3e15a7683ffc29a2f9a1e990291d035
Contents?: true
Size: 311 Bytes
Versions: 96
Compression:
Stored size: 311 Bytes
Contents
# This file contains settings for ActionController::ParamsWrapper which # is enabled by default. # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. ActiveSupport.on_load(:action_controller) do wrap_parameters format: [:json] if respond_to?(:wrap_parameters) end
Version data entries
96 entries across 96 versions & 1 rubygems