module FoundersToolkit::Auth::Securable::CurrentAttributes
Public Instance Methods
user()
click to toggle source
Calls superclass method
# File lib/founders_toolkit/auth/securable/current_attributes.rb, line 10 def user super || ::Guest.new end