#509 √ resolved
Adam French

stack level too deep when trying to add to an association by ID

Reported by Adam French | August 3rd, 2008 @ 12:05 PM

See the attached patch, but basically the following is breaking

it "should have machine when created using machine_id" do
  m = Machine.create(:name => 'machineX')
  a = Area.new(:machine_id => m.id)
  a.machine.should == m
end

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Shared Ticket Bins