Skip to content

Instantly share code, notes, and snippets.

@DevGW
Created December 29, 2022 13:43
Show Gist options
  • Save DevGW/ca8a0c364053059cf6de9010758105d5 to your computer and use it in GitHub Desktop.
Save DevGW/ca8a0c364053059cf6de9010758105d5 to your computer and use it in GitHub Desktop.
Ruby / Rails :: form - select_tag
<%= select_tag "NAME", options_for_select(@options, @selected_options), id: "ID_NAME" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment