summaryrefslogtreecommitdiffstats
path: root/lib/plugins/classic_pagination/test/fixtures/topic.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-17 18:21:24 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-12-17 18:21:24 +0000
commit1cf379f370def8e843975b5b7f0610207cac369b (patch)
treebabd21e5bf7fac501dd6e51a849e369bcc21edd3 /lib/plugins/classic_pagination/test/fixtures/topic.rb
parentdfe2b6fbe982f1e0f8deb5da52b007634fb06384 (diff)
downloadredmine-1cf379f370def8e843975b5b7f0610207cac369b.tar.gz
redmine-1cf379f370def8e843975b5b7f0610207cac369b.zip
Replaces the classic_pagination plugin with a simple pagination module.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11026 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/plugins/classic_pagination/test/fixtures/topic.rb')
-rw-r--r--lib/plugins/classic_pagination/test/fixtures/topic.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/plugins/classic_pagination/test/fixtures/topic.rb b/lib/plugins/classic_pagination/test/fixtures/topic.rb
deleted file mode 100644
index 0beeecf28..000000000
--- a/lib/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