Sha256: d612ff2c47216b2577595abd7663e5e8f665277ad276acb9b65d29cb5942391a
Contents?: true
Size: 237 Bytes
Versions: 12
Compression:
Stored size: 237 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 def current_user end end
Version data entries
12 entries across 12 versions & 1 rubygems