Sha256: 5ea1cc20b777d9589a59d7205992b16d75a1f8471d25a3b233a1f5d4c65aaa3d
Contents?: true
Size: 144 Bytes
Versions: 9
Compression:
Stored size: 144 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery helper_method :current_user def current_user nil end end
Version data entries
9 entries across 9 versions & 1 rubygems