lk - add devise for session management; user must log in to update bikes & volunteers

This commit is contained in:
Loos
2014-08-13 22:24:05 -04:00
parent 385f4cc579
commit 929168dde4
36 changed files with 619 additions and 55 deletions
+1
View File
@@ -3,6 +3,7 @@ source 'https://rubygems.org'
gem 'rails', '4.0.1'
gem 'pg', '0.15.1'
gem 'bcrypt-ruby', '3.1.2'
gem 'devise'
#SCSS & Bootstrap
gem 'bootstrap-sass', '2.3.2.0'