Sha256: 99b3e698e05f6157ad9f53b14ea178ec5b19a4c0d507fba3e34d5711e47d48e3
Contents?: true
Size: 139 Bytes
Versions: 106
Compression:
Stored size: 139 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery def current_user @current_user ||= User.first end end
Version data entries
106 entries across 78 versions & 2 rubygems