Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hieunguyentrung/3c09dcdc8b3a9c3ce85822ef3d73d120 to your computer and use it in GitHub Desktop.
Save hieunguyentrung/3c09dcdc8b3a9c3ce85822ef3d73d120 to your computer and use it in GitHub Desktop.
ActionController::UnknownFormat is missing a template for this request format and variant

ActionController::UnknownFormat is missing a template for this request format and variant

Add format: :js

put :update, params: { cart: { duration: 30 } }, format: :js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment