Sha256: 0780239a0efbf916003d78ae1252c0341f3798c9488a050f352cec63e50846ce

Contents?: true

Size: 91 Bytes

Versions: 1

Compression:

Stored size: 91 Bytes

Contents

class Three < ApplicationRecord
  has_many :fours
	has_many :examples, through: :fours
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ts_schema-0.1.1 test/dummy/app/models/three.rb