Sha256: 7c1b55c4fe48bd52a18d2b6f9010ece0a479b31865974ef67bc9371973f93b67

Contents?: true

Size: 155 Bytes

Versions: 5

Compression:

Stored size: 155 Bytes

Contents

module GreyscaleRecord
  module Associations
    class HasOne < Base
      include Hasable 

      def action
        :find_by
      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_one.rb
greyscale_record-1.0.2 lib/greyscale_record/associations/has_one.rb
greyscale_record-1.0.1 lib/greyscale_record/associations/has_one.rb
greyscale_record-1.0.0 lib/greyscale_record/associations/has_one.rb
greyscale_record-0.0.1 lib/greyscale_record/associations/has_one.rb