Sha256: b2108f05680e763c0130a914a31e017b678780bf065e7bebcd792eb8e4dc6370
Contents?: true
Size: 370 Bytes
Versions: 58
Compression:
Stored size: 370 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
58 entries across 50 versions & 7 rubygems