Sha256: 60ad7549908167561b45ccd608d9d6174f1b8061a54a8348f35f8d058a0b7450
Contents?: true
Size: 247 Bytes
Versions: 16
Compression:
Stored size: 247 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: :exception protected def check_valid_user end end
Version data entries
16 entries across 16 versions & 1 rubygems