about summary refs log blame commit diff
path: root/app/controllers/admin/settings/discovery_controller.rb
blob: be4b57f79a9822253f2f612d3e06fb9da609bdaa (plain) (tree)
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