Class: Charted::Conversion
- Inherits:
-
Sequel::Model
- Object
- Sequel::Model
- Charted::Conversion
- Includes:
- Endable, HasVisitor
- Defined in:
- lib/charted/model.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ Conversion
constructor
A new instance of Conversion.
Methods included from Endable
Methods included from HasVisitor
Constructor Details
#initialize(*args) ⇒ Conversion
Returns a new instance of Conversion.
145 146 147 148 |
# File 'lib/charted/model.rb', line 145 def initialize(*args) super self.created_at ||= DateTime.now end |