Skip to content

Instantly share code, notes, and snippets.

@lando2319
Last active December 18, 2015 19:19
Show Gist options
  • Save lando2319/5832200 to your computer and use it in GitHub Desktop.
Save lando2319/5832200 to your computer and use it in GitHub Desktop.
specifying controller, params, method.
<%= form_tag position_game_stats_path do %>
<%= label_tag "recipient_email[:share_cards]" %>
<%= number_field_tag "position_game_stat[at_bats]" %>
<%= submit_tag("submit") %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment