diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-31 09:11:35 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-31 09:11:35 +0200 |
| commit | 193a5624b2daf4d638c382b88001d06535f57f2d (patch) | |
| tree | 299193dfe694c776a1fc98c59f0c38565ab7a488 /app/models/project.rb | |
| parent | 563c55eb7e4db988048bd1b2675ee73e0e601402 (diff) | |
| download | gitlab-ce-193a5624b2daf4d638c382b88001d06535f57f2d.tar.gz | |
add path and path_with_namespace to api project entity
Diffstat (limited to 'app/models/project.rb')
| -rw-r--r-- | app/models/project.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project.rb b/app/models/project.rb index dde15927808..6a3d7ab15d2 100644 --- a/app/models/project.rb +++ b/app/models/project.rb @@ -8,7 +8,6 @@ # description :text # created_at :datetime not null # updated_at :datetime not null -# private_flag :boolean default(TRUE), not null # creator_id :integer # default_branch :string(255) # issues_enabled :boolean default(TRUE), not null @@ -16,6 +15,7 @@ # merge_requests_enabled :boolean default(TRUE), not null # wiki_enabled :boolean default(TRUE), not null # namespace_id :integer +# public :boolean default(FALSE), not null # require "grit" |
