Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActionController::RoutingError (No route matches [POST] "/widgets/155"): #675

Open
raedhhindaileh opened this issue Jun 5, 2017 · 1 comment

Comments

@raedhhindaileh
Copy link

Create > Add New Widget
Then configure > Save (error in log)
ActionController::RoutingError (No route matches [POST] "/widgets/155"):

I solved by adding the following in the config/routes.rb
post '/widgets/:id', to: 'widgets#update'

@ari
Copy link
Owner

ari commented Jun 5, 2017

Great, would you like to submit a pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants