From 62219ac4e3af36cc15c9ad61701550bee9a8424c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 26 Apr 2014 20:16:33 -0400 Subject: run ./generate.sh --- app/views/games/_form.html.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/views/games/_form.html.erb') diff --git a/app/views/games/_form.html.erb b/app/views/games/_form.html.erb index 20cb214..b1db0b3 100644 --- a/app/views/games/_form.html.erb +++ b/app/views/games/_form.html.erb @@ -47,6 +47,10 @@ <%= f.label :sampling_method %>
<%= f.text_field :sampling_method %> +
+ <%= f.label :scoring_method %>
+ <%= f.text_field :scoring_method %> +
<%= f.submit %>
-- cgit v1.2.3-2-g168b