Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save 2get/c7850c56cd2bd187c86b to your computer and use it in GitHub Desktop.
Save 2get/c7850c56cd2bd187c86b to your computer and use it in GitHub Desktop.
How to add attribute to the form tag in simple_form
<%= simple_form_for(@user, html: { role: 'form' }) do |f| %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment