Skip to content
Snippets Groups Projects
Commit 5f14a6bc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

annotated

parent a31fe1a6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18,6 +18,7 @@
# public :boolean default(FALSE), not null
# issues_tracker :string(255) default("gitlab"), not null
# issues_tracker_id :string(255)
# snippets_enabled :boolean default(TRUE), not null
#
 
require "grit"
Loading
Loading
Loading
Loading
@@ -33,6 +33,7 @@
# can_create_team :boolean default(TRUE), not null
# state :string(255)
# color_scheme_id :integer default(1), not null
# notification_level :integer default(1), not null
#
 
class User < ActiveRecord::Base
Loading
Loading
Loading
Loading
@@ -18,6 +18,7 @@
# public :boolean default(FALSE), not null
# issues_tracker :string(255) default("gitlab"), not null
# issues_tracker_id :string(255)
# snippets_enabled :boolean default(TRUE), not null
#
 
require 'spec_helper'
Loading
Loading
Loading
Loading
@@ -33,6 +33,7 @@
# can_create_team :boolean default(TRUE), not null
# state :string(255)
# color_scheme_id :integer default(1), not null
# notification_level :integer default(1), not null
#
 
require 'spec_helper'
Loading
Loading
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