Commit 33d70c93b987b803e72a0603f66ac8037fa4a01e
Committed by
Evandro Jr
1 parent
404d7620
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Article Following - initial version
Conflicts: app/models/article.rb
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/article.rb
1 | - | |
2 | 1 | class Article < ActiveRecord::Base |
3 | 2 | |
4 | 3 | attr_accessible :name, :body, :abstract, :profile, :tag_list, :parent, |
... | ... | @@ -10,6 +9,7 @@ class Article < ActiveRecord::Base |
10 | 9 | :external_feed_builder, :display_versions, :external_link, |
11 | 10 | :image_builder, :show_to_followers, :published_at, :person_followers |
12 | 11 | |
12 | + | |
13 | 13 | acts_as_having_image |
14 | 14 | |
15 | 15 | SEARCHABLE_FIELDS = { | ... | ... |