Commit 8199be83 authored by Joerg Bornschein's avatar Joerg Bornschein

Fix default settings when creating new Project

parent 5ff79f94
......@@ -18,7 +18,7 @@ module Projects
snippets_enabled: default_features.snippets,
merge_requests_enabled: default_features.merge_requests,
public: default_features.public
}
}.stringify_keys
@project = Project.new(default_opts.merge(params))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment