From f029fb07c210dd384f8ad02b5ce8903911c540d3 Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Mon, 25 Mar 2013 17:32:40 -0400 Subject: failing test for #9869 --- activerecord/test/models/comment.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activerecord/test/models') diff --git a/activerecord/test/models/comment.rb b/activerecord/test/models/comment.rb index ede5fbd0c6..9d594bd7d6 100644 --- a/activerecord/test/models/comment.rb +++ b/activerecord/test/models/comment.rb @@ -29,6 +29,7 @@ class Comment < ActiveRecord::Base end class SpecialComment < Comment + scope :crazy_all, -> { where(body: 'go crazy').created } end class SubSpecialComment < SpecialComment -- cgit v1.2.3