Fixed a small mistake

This commit is contained in:
Nick van der Burgt 2010-12-28 22:03:13 +01:00
parent c7f3a9abfd
commit b33056f72b

View file

@ -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