X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/10fb373e5e1fe6582e43f72556e5b15f86e6c20a..ca8e1bf18822e77acda9437c9980d5359894a502:/vendor/plugins/classic_pagination/test/fixtures/topic.rb diff --git a/vendor/plugins/classic_pagination/test/fixtures/topic.rb b/vendor/plugins/classic_pagination/test/fixtures/topic.rb deleted file mode 100644 index 0beeecf28..000000000 --- a/vendor/plugins/classic_pagination/test/fixtures/topic.rb +++ /dev/null @@ -1,3 +0,0 @@ -class Topic < ActiveRecord::Base - has_many :replies, :include => [:user], :dependent => :destroy -end