Skip to content

Commit

Permalink
disable promote tweet
Browse files Browse the repository at this point in the history
  • Loading branch information
JuddL333 committed Jan 19, 2013
1 parent 6dfaca9 commit e2de095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/story.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Story < Post
validates :twitter_id, :uniqueness => true

after_create :queue_reply_checker
after_save :self_love, :promote_tweet
after_save :self_love, #:promote_tweet

scope :weekly, -> { where('tweeted_at >= ?', (Time.now - 1.week)) }

Expand Down

0 comments on commit e2de095

Please sign in to comment.