Sha256: f3d91c628f2bf5b20c6afc17762dfabbb2fd0c3e37298e643bdc141f318db201
Contents?: true
Size: 297 Bytes
Versions: 2
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true module Logux module Model module DSL def logux_crdt_map_attributes(*attributes) @logux_crdt_mapped_attributes = attributes end def logux_crdt_mapped_attributes @logux_crdt_mapped_attributes ||= [] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
logux_rails-0.2.0 | lib/logux/model/dsl.rb |
logux_rails-0.1.0 | lib/logux/model/dsl.rb |