Sha256: 6653c63f61e426235369c48d5265df8d03dcf2e92fb27fb7049bf78d0964fc4c

Contents?: true

Size: 239 Bytes

Versions: 7

Compression:

Stored size: 239 Bytes

Contents

require 'synchronisable/dsl/associations/association'

module Synchronisable
  module DSL
    module Associations
      # `has_one` association builder.
      class HasOne < Association
        key_suffix 'id'
      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_one.rb
synchronisable-0.0.8 lib/synchronisable/dsl/associations/has_one.rb
synchronisable-0.0.7 lib/synchronisable/dsl/associations/has_one.rb
synchronisable-0.0.6 lib/synchronisable/dsl/associations/has_one.rb
synchronisable-0.0.5 lib/synchronisable/dsl/associations/has_one.rb
synchronisable-0.0.4 lib/synchronisable/dsl/associations/has_one.rb
synchronisable-0.0.3 lib/synchronisable/dsl/associations/has_one.rb