Sha256: 10818c84959f69bb8793a2dcb94a93efc0c2fe34c69fd31bf910584fe3606e70

Contents?: true

Size: 153 Bytes

Versions: 5

Compression:

Stored size: 153 Bytes

Contents

module GreyscaleRecord
  module Associations
    class HasMany < Base
      include Hasable

      def action
        :where
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
greyscale_record-1.0.3 lib/greyscale_record/associations/has_many.rb
greyscale_record-1.0.2 lib/greyscale_record/associations/has_many.rb
greyscale_record-1.0.1 lib/greyscale_record/associations/has_many.rb
greyscale_record-1.0.0 lib/greyscale_record/associations/has_many.rb
greyscale_record-0.0.1 lib/greyscale_record/associations/has_many.rb