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
+6
View File
@@ -0,0 +1,6 @@
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :user do
end
end