Fixed a small mistake
This commit is contained in:
parent
c7f3a9abfd
commit
b33056f72b
1 changed files with 0 additions and 4 deletions
|
|
@ -22,8 +22,4 @@ class NotificationsController < ApplicationController
|
||||||
@group_days = @notifications.group_by{|note| note.created_at.strftime("%B %d") }
|
@group_days = @notifications.group_by{|note| note.created_at.strftime("%B %d") }
|
||||||
respond_with @notifications
|
respond_with @notifications
|
||||||
end
|
end
|
||||||
|
|
||||||
def delete
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue