Sha256: a3f63778d55e2e696a888d5ce4c7ac6d7965309454974c72e69f837aba673407
Contents?: true
Size: 369 Bytes
Versions: 57
Compression:
Stored size: 369 Bytes
Contents
# frozen_string_literal: true # Be sure to restart your server when you modify this file. # 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] end
Version data entries
57 entries across 57 versions & 1 rubygems