Sha256: 28add7ba804a335389c984bc71740c052bf7b4a2205d00afda01adf5169fa1aa
Contents?: true
Size: 199 Bytes
Versions: 2
Compression:
Stored size: 199 Bytes
Contents
module SsoClyent module Helpers module CurrentUserHelpers def current_user @current_user end def user_signed_in? !!@current_user end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sso_clyent-0.0.7.9 | lib/sso_clyent/helpers/current_user_helpers.rb |
sso_clyent-0.0.7.8 | lib/sso_clyent/helpers/current_user_helpers.rb |