Last active
December 18, 2015 19:19
-
-
Save lando2319/5832200 to your computer and use it in GitHub Desktop.
specifying controller, params, method.
This file contains 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_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