aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/models/blog_comment.rb2
1 files changed, 1 insertions, 1 deletions
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]