Method: Rpush::Daemon::Store::Redis#update_notification
- Defined in:
- lib/rpush/daemon/store/redis.rb
#update_notification(notification) ⇒ Object
109 110 111 |
# File 'lib/rpush/daemon/store/redis.rb', line 109 def update_notification(notification) notification.save! end |