From 127474da9c0c0ff96fef34a18c5a6918540f5971 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Thu, 17 Dec 2015 15:01:49 +0000 Subject: [PATCH] Fixed mat form --- app/views/mats/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/mats/_form.html.erb b/app/views/mats/_form.html.erb index e136b9e..d3546cc 100644 --- a/app/views/mats/_form.html.erb +++ b/app/views/mats/_form.html.erb @@ -17,7 +17,7 @@ <% if @tournament_field %> - <%= f.hidden_field :tournament_id, :value => @tournament_field %>S + <%= f.hidden_field :tournament_id, :value => @tournament_field %> <% end %>