You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i tried to edit some of my products or categories i got a POST RoutingError. I expect it sends the request to the PUT action but it doesn't. what do i miss? PATH action probably? i'm not sure.
Started POST "/admin/product/3/edit" for ::1 at 2015-05-09 10:35:43 -0500
ActionController::RoutingError (No route matches [POST] "/admin/product/3/edit"):
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
Description
When i tried to edit some of my products or categories i got a POST RoutingError. I expect it sends the request to the PUT action but it doesn't. what do i miss? PATH action probably? i'm not sure.
Versions
Rails 4.2
Rails_admin 0.6.7
router.rb
initializer/rails_admin.rb
The text was updated successfully, but these errors were encountered: