Sha256: b4277dad0197d8cf1cb26c512fb7608a5c45c8d98dc716705e50280cdc87c4d0
Contents?: true
Size: 183 Bytes
Versions: 5
Compression:
Stored size: 183 Bytes
Contents
class ApplicationController < ActionController::Base #protect_from_forgery def acting_user cookies[:acting_user] and User.find_by_email(cookies[:acting_user]) end end
Version data entries
5 entries across 5 versions & 1 rubygems