mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-27 08:23:41 +01:00
7c152acb2c
And update all descriptions
9 lines
198 B
Ruby
9 lines
198 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Admin::Settings::RegistrationsController < Admin::SettingsController
|
|
private
|
|
|
|
def after_update_redirect_path
|
|
admin_settings_registrations_path
|
|
end
|
|
end
|