Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dkaufman/feed_engine
Browse files Browse the repository at this point in the history
  • Loading branch information
wengzilla committed May 25, 2012
2 parents be19f17 + ef7dd37 commit 0acc634
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/models/message.rb
Expand Up @@ -16,17 +16,17 @@ def parse_for_services
def send_to_services
services = parse_for_services
services.each do |service|
case service
when 'twitter' then send_twitter_update
end
# case service
# when 'twitter' then send_twitter_update
# end
end
end

def send_twitter_update
return if comment.length > 180
client = user.twitter_client
client.update(comment) if client
end
# def send_twitter_update
# return if comment.length > 180
# client = user.twitter_client
# client.update(comment) if client
# end
end
# == Schema Information
#
Expand Down
Binary file modified public/assets/application-08c2d3972d759604e08bfc1ed0141311.js.gz
Binary file not shown.
Binary file not shown.
Binary file modified public/assets/application.css.gz
Binary file not shown.
Binary file modified public/assets/application.js.gz
Binary file not shown.

0 comments on commit 0acc634

Please sign in to comment.