module Logux::Model::DSL
Public Instance Methods
logux_crdt_map_attributes(*attributes)
click to toggle source
# File lib/logux/model/dsl.rb, line 6 def logux_crdt_map_attributes(*attributes) @logux_crdt_mapped_attributes = attributes end
logux_crdt_mapped_attributes()
click to toggle source
# File lib/logux/model/dsl.rb, line 10 def logux_crdt_mapped_attributes @logux_crdt_mapped_attributes ||= [] end