Sha256: a19be56709ee87df3910c59e7bc1031fb1d7413057806ae5ef4c4e372ddeba29

Contents?: true

Size: 118 Bytes

Versions: 15

Compression:

Stored size: 118 Bytes

Contents

module Superstore::Associations::Builder
  class HasMany < Association
    def macro
      :has_many
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

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