test/fixtures/topic.rb in will_paginate-2.3.14 vs test/fixtures/topic.rb in will_paginate-2.3.15
- old
+ new
@@ -5,6 +5,8 @@
named_scope :mentions_activerecord, :conditions => ['topics.title LIKE ?', '%ActiveRecord%']
named_scope :with_replies_starting_with, lambda { |text|
{ :conditions => "replies.content LIKE '#{text}%' ", :include => :replies }
}
+
+ def self.paginate_by_definition_in_class; end
end