Sha256: 359b1dae195bc7ee5ab2de1f2801aa120167c514f8bedd92fd2caa6306eca8b2
Contents?: true
Size: 161 Bytes
Versions: 14
Compression:
Stored size: 161 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery def current_user User.last end def logged_in? current_user end end
Version data entries
14 entries across 14 versions & 1 rubygems