module SecondStep::Models::ApplicationUser
Public Instance Methods
uuid()
click to toggle source
ORM implementation:
Attributes: token, :uuid Has one: application_user
Calls superclass method
# File lib/second_step/models/application_user.rb, line 8 def uuid super || self.uuid = SecureRandom.uuid end