mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-08 16:16:56 +01:00
9 lines
184 B
Ruby
9 lines
184 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Admin::Settings::OthersController < Admin::SettingsController
|
|
private
|
|
|
|
def after_update_redirect_path
|
|
admin_settings_others_path
|
|
end
|
|
end
|