Skip to content
Snippets Groups Projects
Commit 482d167b authored by Izaak Alpert's avatar Izaak Alpert Committed by Wes Gurney
Browse files

Style updates

Change-Id: Ib4eb533dff5c722fe559330e4aa71b5d5baf6fb8
parent dc557830
No related branches found
No related tags found
1 merge request!4954Add support to configure webhook_timeout in gitlab.yaml
Loading
Loading
@@ -207,7 +207,11 @@ class User < ActiveRecord::Base
end
 
def defaults
{ projects_limit: Gitlab.config.gitlab.default_projects_limit, can_create_group: Gitlab.config.gitlab.default_can_create_group, theme_id: Gitlab::Theme::BASIC }
{
projects_limit: Gitlab.config.gitlab.default_projects_limit,
can_create_group: Gitlab.config.gitlab.default_can_create_group,
theme_id: Gitlab::Theme::BASIC
}
end
end
 
Loading
Loading
@@ -379,12 +383,11 @@ class User < ActiveRecord::Base
end
end
 
:private
private
 
def with_defaults
User.defaults.each do |k,v|
self.send("#{k}=",v)
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment