Commit 20068e899f61eb1f4cf4a7bbdc8aa871f56eeaae
1 parent
bf5b298e
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
fixing tests after master merge
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/article.rb
@@ -7,7 +7,7 @@ class Article < ActiveRecord::Base | @@ -7,7 +7,7 @@ class Article < ActiveRecord::Base | ||
7 | :accept_comments, :feed, :published, :source, :source_name, | 7 | :accept_comments, :feed, :published, :source, :source_name, |
8 | :highlighted, :notify_comments, :display_hits, :slug, | 8 | :highlighted, :notify_comments, :display_hits, :slug, |
9 | :external_feed_builder, :display_versions, :external_link, | 9 | :external_feed_builder, :display_versions, :external_link, |
10 | - :author, :published_at, :person_followers | 10 | + :author, :published_at, :person_followers, :show_to_followers, :image_builder |
11 | 11 | ||
12 | acts_as_having_image | 12 | acts_as_having_image |
13 | 13 |