Sha256: 11fa6039c415e6be9983a06c132991867be5dc08872165dc404858e3ecd48f8c
Contents?: true
Size: 297 Bytes
Versions: 20
Compression:
Stored size: 297 Bytes
Contents
require 'synchronisable/dsl/associations/association' module Synchronisable module DSL module Associations # `belongs_to` association builder. class BelongsTo < Association key_suffix 'id' def macro :belongs_to end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems