~cytrogen/masto-fe

ref: 9af24835f6f7ecc6e71c9767562d78bd4d90dcac masto-fe/app/controllers/admin/settings/discovery_controller.rb -rw-r--r-- 190 bytes
9af24835 — Claire Merge pull request #2434 from ClearlyClaire/glitch-soc/merge-upstream 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

class Admin::Settings::DiscoveryController < Admin::SettingsController
  private

  def after_update_redirect_path
    admin_settings_discovery_path
  end
end