%h1 New Map Mash tournament! - form_for(@mash_tournament) do |f| = f.error_messages = f.label(:total_rounds) = f.select(:total_rounds, total_rounds_options_for_select) %p = f.submit 'Start'