diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-12-17 18:21:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-12-17 18:21:24 +0000 |
commit | 1cf379f370def8e843975b5b7f0610207cac369b (patch) | |
tree | babd21e5bf7fac501dd6e51a849e369bcc21edd3 /lib/plugins/classic_pagination/test/fixtures/topic.rb | |
parent | dfe2b6fbe982f1e0f8deb5da52b007634fb06384 (diff) | |
download | redmine-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.rb | 3 |
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 |