Froze rails gems
[depot.git] / vendor / rails / actionpack / test / fixtures / topic.rb
1 class Topic < ActiveRecord::Base
2 has_many :replies, :dependent => :destroy
3 end