Skip to content

Commit

Permalink
Remove unneeded callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Sofaer committed Mar 23, 2011
1 parent e4e8d7a commit 73d4bf4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/models/services/facebook.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
class Services::Facebook < Service
MAX_CHARACTERS = 420

after_create do
Resque.enqueue(Job::UpdateServiceUsers, self.id)
end

def provider
"facebook"
end
Expand Down

0 comments on commit 73d4bf4

Please sign in to comment.