No route matches [PATCH] "/images"
"No route matches [PATCH] "/images"" error message can occur when developer specifies target URL in the code versus letting Rails framework to pick one based on routing rules set in the routes.rb file.
Fix is done via removal of :url option from the form tag used in your Rails application