Sha256: 617b15a4c25c6a1c25f6c8ef480381f17b853b996cd10b1ee432971513c5c36b
Contents?: true
Size: 169 Bytes
Versions: 79
Compression:
Stored size: 169 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery respond_to :json rescue_from WeakParameters::ValidationError do head 400 end end
Version data entries
79 entries across 79 versions & 2 rubygems