about summary refs log tree commit diff
path: root/app/controllers/admin/settings/other_controller.rb
blob: c7bfa3d5867c956ed5c171d4b8b1c6d6871e4f90 (plain) (blame)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

class Admin::Settings::OtherController < Admin::SettingsController
  private

  def after_update_redirect_path
    admin_settings_other_path
  end
end