fix: remove system_notification_history

This commit is contained in:
2021-10-15 14:54:51 +08:00
parent 0d60e58304
commit 1dcc38f617
10 changed files with 40 additions and 173 deletions
@@ -10,10 +10,6 @@ class Admins::SystemNotificationsController < Admins::BaseController
@notifications = paginate(notifications)
end
def history
@users = @notification.users
end
def new
@notification = SystemNotification.new
end