Sha256: d5763b76fd697956224c65867038ad01ceaf1967f9618b11dda03d2b8c125871

Contents?: true

Size: 180 Bytes

Versions: 2

Compression:

Stored size: 180 Bytes

Contents

class Developer < ActiveRecord::Base
  has_and_belongs_to_many :projects
  has_many :replies
  has_many :topics, :through => :replies
  accepts_nested_attributes_for :projects
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activejob-lock-0.0.2 rails/actionview/test/fixtures/developer.rb
activejob-lock-0.0.1 rails/actionview/test/fixtures/developer.rb