Functional tests now work properly, bearing in mind whether a user is logged in or...
[depot.git] / vendor / rails / actionpack / test / fixtures / topic.rb
1 class Topic < ActiveRecord::Base
2 has_many :replies, :dependent => :destroy
3 end