blob: 5b298d94d83f9807e7b73cb8eac539285e93ee92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# frozen_string_literal: true
class Settings::Preferences::PublishingController < Settings::PreferencesController
private
def after_update_redirect_path
settings_preferences_publishing_path
end
end
|