Class: Auther::Account
- Inherits:
-
Struct
- Object
- Struct
- Auther::Account
- Includes:
- ActiveModel::Validations
- Defined in:
- app/models/auther/account.rb
Overview
Represents an authenticatable account.
Instance Method Summary collapse
-
#initialize(*arguments) ⇒ Account
constructor
A new instance of Account.
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 |