rails/activerecord/test/models/electron.rb
Neeraj Singh 009aa8825b Eager loading an association should not change the count of children
[#4971 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-08-02 17:12:59 +02:00

4 lines
63 B
Ruby

class Electron < ActiveRecord::Base
belongs_to :molecule
end