nyastodon/app/controllers/admin/settings/others_controller.rb

10 lines
184 B
Ruby
Raw Normal View History

2024-02-16 08:14:23 +01:00
# frozen_string_literal: true
class Admin::Settings::OthersController < Admin::SettingsController
private
def after_update_redirect_path
admin_settings_others_path
end
end