Sha256: 60ffec8326e64e2346c1de7c187c53feb910a890c961a73ba2a6d67ea73d5ef1

Contents?: true

Size: 99 Bytes

Versions: 5

Compression:

Stored size: 99 Bytes

Contents

class Tool < ActiveRecord::Base
  has_many :toolings
  has_many :organisms, through: :toolings
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
replication-0.4.1 test/rails_app/app/models/tool.rb
replication-0.4.0 test/rails_app/app/models/tool.rb
replication-0.3.2 test/rails_app/app/models/tool.rb
replication-0.3.1 test/rails_app/app/models/tool.rb
replication-0.3.0 test/rails_app/app/models/tool.rb