X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/10fb373e5e1fe6582e43f72556e5b15f86e6c20a..ca8e1bf18822e77acda9437c9980d5359894a502:/vendor/plugins/classic_pagination/test/fixtures/reply.rb diff --git a/vendor/plugins/classic_pagination/test/fixtures/reply.rb b/vendor/plugins/classic_pagination/test/fixtures/reply.rb deleted file mode 100644 index ea84042b9..000000000 --- a/vendor/plugins/classic_pagination/test/fixtures/reply.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Reply < ActiveRecord::Base - belongs_to :topic, :include => [:replies] - - validates_presence_of :content -end