1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-18 08:38:47 +09:00
whippy-edition/app/controllers/admin/settings/content_retention_controller.rb

10 lines
205 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class Admin::Settings::ContentRetentionController < Admin::SettingsController
private
def after_update_redirect_path
admin_settings_content_retention_path
end
end