Sha256: 9c59518ccaea06c94beae7a7b5564258b5e19ab78015ed2af9bcb7e80d8cdae3

Contents?: true

Size: 328 Bytes

Versions: 2

Compression:

Stored size: 328 Bytes

Contents

# frozen_string_literal: true

require "rom/http/associations/many_to_many"
require "rom/http/associations/one_to_many"
require "rom/http/associations/many_to_one"
require "rom/http/associations/one_to_one"

module ROM
  module HTTP
    module Associations
      class MissingAssociationViewError < Error; end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rom-http-0.10.0 lib/rom/http/associations.rb
rom-http-0.9.0 lib/rom/http/associations.rb