summaryrefslogtreecommitdiff
path: root/app/views/tournaments
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-22 01:50:36 -0400
committertkimia <tkimia@purdue.edu>2014-04-22 01:50:36 -0400
commit9c0e7d91ec76c44ca63f87b2bcd46ff16cacc38b (patch)
tree163b6c1eb5d9b97a8836f176e7d90f209458ce04 /app/views/tournaments
parentd75fe3934366ea5e2581df6111c6bccdb77d1e95 (diff)
parentaa8437947b28dda73bcfaf3caccb738e5e2f48b3 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'app/views/tournaments')
-rw-r--r--app/views/tournaments/_selected.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tournaments/_selected.html.erb b/app/views/tournaments/_selected.html.erb
index 8bb0532..2ab8379 100644
--- a/app/views/tournaments/_selected.html.erb
+++ b/app/views/tournaments/_selected.html.erb
@@ -17,7 +17,7 @@
</p>
<% end %>
- <%= fields_for "tournament[preferences]", @tournament.preferences do |setting_fields| %>
+ <%= fields_for "tournament[settings]", @tournament.settings do |setting_fields| %>
<% @game.settings.each do |setting| %>
<p>
<%= setting_fields.label setting.name %>