diff --git a/app/models/article.rb b/app/models/article.rb index d2cc58f..0d2925c 100644 --- a/app/models/article.rb +++ b/app/models/article.rb @@ -1,4 +1,3 @@ - class Article < ActiveRecord::Base attr_accessible :name, :body, :abstract, :profile, :tag_list, :parent, @@ -10,6 +9,7 @@ class Article < ActiveRecord::Base :external_feed_builder, :display_versions, :external_link, :image_builder, :show_to_followers, :published_at, :person_followers + acts_as_having_image SEARCHABLE_FIELDS = { -- libgit2 0.21.2