diff --git a/app/controllers/notifications_controller.rb b/app/controllers/notifications_controller.rb index d7877f54e00009e63431579fd0cb297347383e3e..5d81b28075fd0b1d1fc2911fcf4995dc9b12e2a7 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