Sha256: b19d3da3c3db669464daac72794da7e36378a4a9313c9397a17bdb5f0ed1df40

Contents?: true

Size: 115 Bytes

Versions: 22

Compression:

Stored size: 115 Bytes

Contents

# frozen_string_literal: true

class Relationship < ActiveRecord::Base
  belongs_to :firm
  belongs_to :client
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
bullet-7.0.7 spec/models/relationship.rb
bullet-7.0.6 spec/models/relationship.rb
bullet-7.0.5 spec/models/relationship.rb
bullet-7.0.4 spec/models/relationship.rb
bullet-7.0.3 spec/models/relationship.rb
bullet-7.0.2 spec/models/relationship.rb
bullet-7.0.1 spec/models/relationship.rb
bullet-7.0.0 spec/models/relationship.rb
bullet-6.1.5 spec/models/relationship.rb
bullet-6.1.4 spec/models/relationship.rb
bullet-6.1.3 spec/models/relationship.rb
bullet-6.1.2 spec/models/relationship.rb
bullet-6.1.1 spec/models/relationship.rb
bullet-6.1.0 spec/models/relationship.rb
bullet-6.0.2 spec/models/relationship.rb
bullet-6.0.1 spec/models/relationship.rb
bullet-6.0.0 spec/models/relationship.rb
bullet-5.9.0 spec/models/relationship.rb
bullet-5.8.1 spec/models/relationship.rb
bullet-5.8.0 spec/models/relationship.rb