Sha256: 7a0682be4ea1eb8d146cfa2460ed47dad0a29cb41b278a036b34036d25cd7e83
Contents?: true
Size: 207 Bytes
Versions: 63
Compression:
Stored size: 207 Bytes
Contents
class ApplicationController < ActionController::Base # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :null_session end
Version data entries
63 entries across 63 versions & 4 rubygems