Sha256: 1ecf893014dd692b3046735a0e3aedbe6d3260756b19449ebd734a18ee92dc12

Contents?: true

Size: 241 Bytes

Versions: 7

Compression:

Stored size: 241 Bytes

Contents

require 'synchronisable/dsl/associations/association'

module Synchronisable
  module DSL
    module Associations
      # `has_many` association builder.
      class HasMany < Association
        key_suffix 'ids'
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
synchronisable-0.0.9 lib/synchronisable/dsl/associations/has_many.rb
synchronisable-0.0.8 lib/synchronisable/dsl/associations/has_many.rb
synchronisable-0.0.7 lib/synchronisable/dsl/associations/has_many.rb
synchronisable-0.0.6 lib/synchronisable/dsl/associations/has_many.rb
synchronisable-0.0.5 lib/synchronisable/dsl/associations/has_many.rb
synchronisable-0.0.4 lib/synchronisable/dsl/associations/has_many.rb
synchronisable-0.0.3 lib/synchronisable/dsl/associations/has_many.rb