Sha256: f98afb49c375d62c6d06e411c4df283248a985e03ffd5567d637c29b8d1c6136
Contents?: true
Size: 264 Bytes
Versions: 41
Compression:
Stored size: 264 Bytes
Contents
# Application Controller class ApplicationController < ActionController::Base include Knock::Authenticable # 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
41 entries across 41 versions & 1 rubygems