diff --git a/app/helpers/teams_helper.rb b/app/helpers/teams_helper.rb deleted file mode 100644 index b805143..0000000 --- a/app/helpers/teams_helper.rb +++ /dev/null @@ -1,10 +0,0 @@ -module TeamsHelper - def options_for_team_select(teams) - output = '' - teams.each do |team| - output += "" - end - return output - end - -end