Skip to content

Instantly share code, notes, and snippets.

@atton
Created August 31, 2017 04:45
Show Gist options
  • Save atton/2564e615ac02bb9d8988f74ac62d26ef to your computer and use it in GitHub Desktop.
Save atton/2564e615ac02bb9d8988f74ac62d26ef to your computer and use it in GitHub Desktop.
rails 5.1 form_with
form_with(url: hoge_url, data: {remote: false})
form_with(url: hoge_url, local: true)
Copy link

ghost commented Mar 27, 2020

/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment