Sha256: 2494196af56ca27764416da62c63d52ef6b1d0f38003e4ac472afd8c7d0bf956
Contents?: true
Size: 195 Bytes
Versions: 1
Compression:
Stored size: 195 Bytes
Contents
class UserPolicy < ApplicationPolicy def show? update? end def update? admin? || @record == @user end def edit? update? end def reset_password? update? end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forest_cms-0.98.1 | app/policies/user_policy.rb |