Skip to content

Instantly share code, notes, and snippets.

@sedadkosovac
Created October 22, 2018 16:44
Show Gist options
  • Save sedadkosovac/de0647575f9db4d2474937b60fb9c102 to your computer and use it in GitHub Desktop.
Save sedadkosovac/de0647575f9db4d2474937b60fb9c102 to your computer and use it in GitHub Desktop.
form and link
<%= 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