+ <%# <% end %>
<% end %>
diff --git a/config/routes.rb b/config/routes.rb
index 70662af..ef8d65b 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -12,6 +12,7 @@ Rails.application.routes.draw do
namespace :settings do
get 'profile', to: 'profile#index'
+ post 'profile', to: 'profile#update'
get 'account', to: 'account#index'
post 'reset_password', to: 'account#reset_password'
end