1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 06:54:16 +00:00

Made onePool and twoPool views. Also implemented round robin gem.

This commit is contained in:
2015-02-05 09:53:08 -05:00
parent 7183935b60
commit e9cf73f9d5
6 changed files with 132 additions and 52 deletions

View File

@@ -50,6 +50,8 @@ gem 'spring', group: :development
gem 'bootstrap-sass', '2.3.2.0'
gem 'devise'
gem 'cancan'
gem 'round_robin_tournament'
gem 'rb-readline'