This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2019-06-06 18:39:24 -07:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2023-05-03 20:44:27 -07:00
|
|
|
class Settings::Preferences::NotificationsController < Settings::Preferences::BaseController
|
2019-06-06 18:39:24 -07:00
|
|
|
private
|
|
|
|
|
|
|
|
def after_update_redirect_path
|
|
|
|
settings_preferences_notifications_path
|
|
|
|
end
|
|
|
|
end
|