Sha256: 63ef1989bf41ea4372218a72b195f71ba05afdb3501573a2011191148910b9fd
Contents?: true
Size: 495 Bytes
Versions: 34
Compression:
Stored size: 495 Bytes
Contents
# 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. ActionController::Base.wrap_parameters :format => [:json] if ActionController::Base.respond_to?(:wrap_parameters) # Disable root element in JSON by default. if defined?(ActiveRecord) ActiveRecord::Base.include_root_in_json = false end
Version data entries
34 entries across 34 versions & 7 rubygems