Class: TentD::Notifications::ProfileInfoUpdateWorker
- Inherits:
-
Object
- Object
- TentD::Notifications::ProfileInfoUpdateWorker
- Includes:
- Sidekiq::Worker
- Defined in:
- lib/tentd/notifications/sidekiq.rb
Instance Method Summary collapse
Instance Method Details
#perform(msg) ⇒ Object
45 46 47 |
# File 'lib/tentd/notifications/sidekiq.rb', line 45 def perform(msg) Model::ProfileInfo.create_update_post(msg['profile_info_id']) end |