From e3d873855a65629af599e2611590575b6720c60c Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Mon, 9 Aug 2010 20:19:10 +1200 Subject: appropriately name the class. --- app/models/blog_comment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/blog_comment.rb b/app/models/blog_comment.rb index 4398475..f943ce1 100644 --- a/app/models/blog_comment.rb +++ b/app/models/blog_comment.rb @@ -1,4 +1,4 @@ -class BlogPost < ActiveRecord::Base +class BlogComment < ActiveRecord::Base acts_as_indexed :fields => [:name, :email, :body] -- cgit v1.2.3