Sha256: 8991cf137fb9aa7764ddd57db52814a91df9f2c51c53918faf682c5ff6de5673
Contents?: true
Size: 277 Bytes
Versions: 9
Compression:
Stored size: 277 Bytes
Contents
class ApplicationController < ActionController::Base include Nyauth::SessionConcern self.responder = Nyauth::AppResponder # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception end
Version data entries
9 entries across 9 versions & 1 rubygems