To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / vendor / plugins / classic_pagination / test / fixtures / topic.rb @ 442:753f1380d6bc

History | View | Annotate | Download (102 Bytes)

1
class Topic < ActiveRecord::Base
2
  has_many :replies, :include => [:user], :dependent => :destroy
3
end