Module: N::Sequenced
- Included in:
- Relation
- Defined in:
- lib/n/db/mixins.rb
Overview
An entity that uses a custom sequence. This is a marker mixin. Entities tha include this mixin do not participated in the unified id space
Instance Method Summary collapse
Instance Method Details
#initialize(*args) ⇒ Object
64 65 66 |
# File 'lib/n/db/mixins.rb', line 64 def initialize(*args) super end |