diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 09f57b1..e3235da 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -47,4 +47,10 @@ class UsersController < ApplicationController # do user reset logic end end + + def settings + if request.post? + # do settings save logic + end + end end diff --git a/app/views/shared/_header.html.erb b/app/views/shared/_header.html.erb index 4648a7b..e47f180 100644 --- a/app/views/shared/_header.html.erb +++ b/app/views/shared/_header.html.erb @@ -9,6 +9,7 @@