Sha256: 325e17618102332b871a2ff1eb11ea3221d6e708f6dedb337aa9d6ca8a5e2c40
Contents?: true
Size: 249 Bytes
Versions: 18
Compression:
Stored size: 249 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 private def current_user nil end end
Version data entries
18 entries across 18 versions & 1 rubygems