Sha256: 6ba48d78f65b2adecc38ba9886369abaf0f1a95812c564a58b4369e3b60c966e
Contents?: true
Size: 239 Bytes
Versions: 13
Compression:
Stored size: 239 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 include Knock::Authenticable end
Version data entries
13 entries across 13 versions & 1 rubygems