1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-02 00:38:20 +09:00
mastodon/app/controllers/admin/settings/registrations_controller.rb

10 lines
198 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class Admin::Settings::RegistrationsController < Admin::SettingsController
private
def after_update_redirect_path
admin_settings_registrations_path
end
end