ActionController::RoutingError (No route matches [POST] when managing user

Unable to manage users (add roles) on newly installed Foreman 1.10.2.,
receiving message

thoughts ?

Thanks,
Joe

<https://lh3.googleusercontent.com/-iVn2BnYhqDk/VtXDoegPU3I/AAAAAAAAHas/q_Fz3VtToKQ/s1600/user-role-error.bmp>

Snipped from production.log file.
2016-02-29 15:46:17 [app] [I]
>
> Started GET "/users" for 10.246.85.133 at 2016-02-29 15:46:17 -0500
2016-02-29 15:46:17 [app] [I] Processing by UsersController#index as HTML
2016-02-29 15:46:17 [app] [I] Rendered users/index.html.erb within
layouts/application (13.3ms)
2016-02-29 15:46:17 [app] [I] Rendered common/_searchbar.html.erb (3.7ms)
2016-02-29 15:46:17 [app] [I] Rendered home/_user_dropdown.html.erb
(1.3ms)
2016-02-29 15:46:17 [app] [I] Read fragment views/tabs_and_title_records-3
(0.1ms)
2016-02-29 15:46:17 [app] [I] Rendered home/_topbar.html.erb (2.6ms)
2016-02-29 15:46:17 [app] [I] Rendered layouts/base.html.erb (4.1ms)
2016-02-29 15:46:17 [app] [I] Completed 200 OK in 32ms (Views: 22.0ms |
ActiveRecord: 2.7ms)
2016-02-29 15:46:17 [app] [I]
>
> Started GET "/users" for 10.246.85.133 at 2016-02-29 15:46:17 -0500
2016-02-29 15:46:17 [app] [I] Processing by UsersController#index as HTML
2016-02-29 15:46:17 [app] [I] Rendered users/index.html.erb within
layouts/application (15.2ms)
2016-02-29 15:46:17 [app] [I] Rendered common/_searchbar.html.erb (4.6ms)
2016-02-29 15:46:17 [app] [I] Rendered home/_user_dropdown.html.erb
(1.2ms)
2016-02-29 15:46:17 [app] [I] Read fragment views/tabs_and_title_records-3
(0.2ms)
2016-02-29 15:46:17 [app] [I] Rendered home/_topbar.html.erb (2.5ms)
2016-02-29 15:46:17 [app] [I] Rendered layouts/base.html.erb (5.0ms)
2016-02-29 15:46:17 [app] [I] Completed 200 OK in 37ms (Views: 25.1ms |
ActiveRecord: 3.5ms)
2016-02-29 15:46:31 [app] [I]
>
> Started GET "/users/6-tsp2jxc/edit" for 10.246.85.133 at 2016-02-29
15:46:31 -0500
2016-02-29 15:46:31 [app] [I] Processing by UsersController#edit as /
2016-02-29 15:46:31 [app] [I] Parameters: {"id"=>"6-tsp2jxc"}
2016-02-29 15:46:31 [app] [I] Rendered taxonomies/_loc_org_tabs.html.erb
(0.3ms)
2016-02-29 15:46:31 [app] [I] Rendered users/_form.html.erb (35.7ms)
2016-02-29 15:46:31 [app] [I] Rendered users/edit.html.erb (36.4ms)
2016-02-29 15:46:31 [app] [I] Completed 200 OK in 54ms (Views: 32.8ms |
ActiveRecord: 8.6ms)
2016-02-29 15:46:56 [app] [I]
>
> Started POST "/users/6-tsp2jxc" for 10.246.85.133 at 2016-02-29 15:46:56
-0500
2016-02-29 15:46:56 [app] [F]
> ActionController::RoutingError (No route matches [POST]
"/users/6-tsp2jxc"):
>
/usr/share/gems/gems/passenger-4.0.18/lib/phusion_passenger/rack/thread_handler_extension.rb:77:in
process_request&#39; &gt; /usr/share/gems/gems/passenger-4.0.18/lib/phusion_passenger/request_handler/thread_handler.rb:140:inaccept_and_process_next_request'
>
/usr/share/gems/gems/passenger-4.0.18/lib/phusion_passenger/request_handler/thread_handler.rb:108:in
main_loop&#39; &gt; /usr/share/gems/gems/passenger-4.0.18/lib/phusion_passenger/request_handler.rb:441:inblock (3 levels) in start_threads'