Class: TentD::Notifications::UpdateFollowingProfileWorker
- Inherits:
-
Object
- Object
- TentD::Notifications::UpdateFollowingProfileWorker
- Includes:
- Sidekiq::Worker
- Defined in:
- lib/tentd/notifications/sidekiq.rb
Instance Method Summary collapse
Instance Method Details
#perform(msg) ⇒ Object
37 38 39 |
# File 'lib/tentd/notifications/sidekiq.rb', line 37 def perform(msg) Model::Following.update_profile(msg['following_id']) end |