Sha256: 8f09c8686d07ba41db5a5b9b4d791438d7116cf8e682550dbabf156baab2d111
Contents?: true
Size: 238 Bytes
Versions: 5
Compression:
Stored size: 238 Bytes
Contents
module QuickSearch class ApplicationController < ::ApplicationController # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception end end
Version data entries
5 entries across 5 versions & 1 rubygems