Class: Auther::Account

Inherits:
Struct
  • Object
show all
Includes:
ActiveModel::Validations
Defined in:
app/models/auther/account.rb

Overview

Represents an authenticatable account.

Instance Method Summary collapse

Constructor Details

#initialize(*arguments) ⇒ Account

Returns a new instance of Account.



22
23
24
25
# File 'app/models/auther/account.rb', line 22

def initialize *arguments
  super
  self[:paths] ||= []
end