Move snippets to own tab as feature. Make it disabled for new projects by default

This commit is contained in:
Dmitriy Zaporozhets 2013-03-18 23:33:41 +02:00
parent 112dc875ba
commit b765a7958d
7 changed files with 25 additions and 3 deletions

View file

@ -32,8 +32,9 @@ module Projects
@project.namespace_id = current_user.namespace_id
end
# Disable wall by default
# Disable less important features by default
@project.wall_enabled = false
@project.snippets_enabled = false
@project.creator = current_user