From b33056f72bacc6953c80b8d38f1de3e8798bc53a Mon Sep 17 00:00:00 2001 From: Nick van der Burgt <nickvanderburgt@gmail.com> Date: Tue, 28 Dec 2010 22:03:13 +0100 Subject: [PATCH] Fixed a small mistake --- app/controllers/notifications_controller.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/controllers/notifications_controller.rb b/app/controllers/notifications_controller.rb index d7877f54e0..5d81b28075 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 -- GitLab