diff --git a/app/controllers/notifications_controller.rb b/app/controllers/notifications_controller.rb index b665a6c37..8cf44cbed 100644 --- a/app/controllers/notifications_controller.rb +++ b/app/controllers/notifications_controller.rb @@ -5,6 +5,9 @@ class NotificationsController < VannaController include NotificationsHelper + include ActionController::MobileFu + has_mobile_fu + def update(opts=params) note = Notification.where(:recipient_id => current_user.id, :id => opts[:id]).first if note