Commit be41338b authored by Martin Wortschack's avatar Martin Wortschack

redirect to the relevant sub page after updating application settings

parent 7a698065
......@@ -10,7 +10,7 @@ class Admin::ApplicationSettingsController < Admin::ApplicationController
.execute
if successful
redirect_to admin_application_settings_path,
redirect_to request.referer,
notice: 'Application settings saved successfully'
else
render :show
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment