diff --git a/app/controllers/notifications_controller.rb b/app/controllers/notifications_controller.rb index d7877f54e..5d81b2807 100644 --- a/app/controllers/notifications_controller.rb +++ b/app/controllers/notifications_controller.rb @@ -22,8 +22,4 @@ class NotificationsController < ApplicationController @group_days = @notifications.group_by{|note| note.created_at.strftime("%B %d") } respond_with @notifications end - - def delete - - end end