Merge branch 'sys_hooks' of dev.gitlabhq.com:gitlabhq

This commit is contained in:
Dmitriy Zaporozhets 2012-07-20 09:08:16 +00:00
commit 3c6daec4b1
33 changed files with 425 additions and 133 deletions

View file

@ -1,4 +1,5 @@
class User < ActiveRecord::Base
include Account
devise :database_authenticatable, :token_authenticatable, :lockable,