Module: FoundersToolkit::Auth::Securable::CurrentAttributes

Extended by:
ActiveSupport::Concern
Included in:
Current
Defined in:
lib/founders_toolkit/auth/securable/current_attributes.rb

Instance Method Summary collapse

Instance Method Details

#userObject



10
11
12
# File 'lib/founders_toolkit/auth/securable/current_attributes.rb', line 10

def user
  super || ::Guest.new
end