Created
October 22, 2018 16:44
-
-
Save sedadkosovac/de0647575f9db4d2474937b60fb9c102 to your computer and use it in GitHub Desktop.
form and link
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 model: @event_form, url: events_path, data: { 'turbolinks-scroll': false } do |f| %> | |
<% end %> | |
<%= link_to 'Events', events_path, 'data-turbolinks-scroll': false %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment