Commit 230eab09464cb5c4dcff9740ef888106de778220

Authored by Victor Costa
1 parent da3e25aa

Fix merge with master

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/article.rb
... ... @@ -9,7 +9,7 @@ class Article < ActiveRecord::Base
9 9 :accept_comments, :feed, :published, :source,
10 10 :highlighted, :notify_comments, :display_hits, :slug,
11 11 :external_feed_builder, :display_versions, :external_link,
12   - :image_builder, :show_to_followers
  12 + :image_builder, :show_to_followers, :published_at
13 13  
14 14 acts_as_having_image
15 15  
... ...