1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Moved jquery and datatables back to asset pipline. Log out now works

This commit is contained in:
2015-05-05 12:39:15 +00:00
parent cf7b19838c
commit 89e6a81bd1
12 changed files with 35 additions and 23 deletions

View File

@@ -49,10 +49,11 @@ gem 'spring', group: :development
end
#Other
gem 'devise'
gem 'cancan'
gem 'cancancan'
gem 'round_robin_tournament'
gem 'rb-readline'
group :development do
gem 'jquery-datatables-rails'
group :development do
gem 'puma'
end