Sha256: 4b0dccba1d5076c1726987710cef214fdc118ade76c19404a9195c46affe6ac6

Contents?: true

Size: 122 Bytes

Versions: 15

Compression:

Stored size: 122 Bytes

Contents

module Superstore::Associations::Builder
  class BelongsTo < Association
    def macro
      :belongs_to
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
superstore-3.0.0 lib/superstore/associations/builder/belongs_to.rb
superstore-2.5.0 lib/superstore/associations/builder/belongs_to.rb
superstore-2.4.4 lib/superstore/associations/builder/belongs_to.rb
superstore-2.4.3 lib/superstore/associations/builder/belongs_to.rb
superstore-2.4.2 lib/superstore/associations/builder/belongs_to.rb
superstore-2.4.1 lib/superstore/associations/builder/belongs_to.rb
superstore-2.4.0 lib/superstore/associations/builder/belongs_to.rb
superstore-2.3.0 lib/superstore/associations/builder/belongs_to.rb
superstore-2.2.0 lib/superstore/associations/builder/belongs_to.rb
superstore-2.1.3 lib/superstore/associations/builder/belongs_to.rb
superstore-2.1.2 lib/superstore/associations/builder/belongs_to.rb
superstore-2.1.1 lib/superstore/associations/builder/belongs_to.rb
superstore-2.1.0 lib/superstore/associations/builder/belongs_to.rb
superstore-2.0.1 lib/superstore/associations/builder/belongs_to.rb
superstore-2.0.0 lib/superstore/associations/builder/belongs_to.rb