Ability to create project with namespace

This commit is contained in:
Dmitriy Zaporozhets 2012-11-23 07:11:09 +03:00
parent 96105e214f
commit 2b683b0d0b
10 changed files with 62 additions and 6 deletions

View file

@ -17,4 +17,8 @@ class Namespace < ActiveRecord::Base
def to_param
code
end
def human_name
owner_name
end
end