Commit 378242d7 authored by Martin Wortschack's avatar Martin Wortschack

Adds empty methods for 'geo' and 'templates'

parent 08a52c40
......@@ -4,6 +4,12 @@ class Admin::ApplicationSettingsController < Admin::ApplicationController
def show
end
def geo
end
def templates
end
def update
successful = ApplicationSettings::UpdateService
.new(@application_setting, current_user, application_setting_params)
......
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