fix project limit
This commit is contained in:
parent
54fb0f8589
commit
a6c88d4d84
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class User < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def can_create_project?
|
||||
projects_limit >= my_own_projects.count
|
||||
projects_limit > my_own_projects.count
|
||||
end
|
||||
|
||||
def last_activity_project
|
||||
|
|
Loading…
Reference in a new issue