appropriately name the class.

This commit is contained in:
Philip Arndt 2010-08-09 20:19:10 +12:00
parent a5fe9225fa
commit e3d873855a

View file

@ -1,4 +1,4 @@
class BlogPost < ActiveRecord::Base
class BlogComment < ActiveRecord::Base
acts_as_indexed :fields => [:name, :email, :body]