Created
August 31, 2017 04:45
-
-
Save atton/2564e615ac02bb9d8988f74ac62d26ef to your computer and use it in GitHub Desktop.
rails 5.1 form_with
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
form_with(url: hoge_url, data: {remote: false}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
form_with(url: hoge_url, local: true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/