annotated
This commit is contained in:
parent
a31fe1a63f
commit
5f14a6bcf8
4 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
# public :boolean default(FALSE), not null
|
# public :boolean default(FALSE), not null
|
||||||
# issues_tracker :string(255) default("gitlab"), not null
|
# issues_tracker :string(255) default("gitlab"), not null
|
||||||
# issues_tracker_id :string(255)
|
# issues_tracker_id :string(255)
|
||||||
|
# snippets_enabled :boolean default(TRUE), not null
|
||||||
#
|
#
|
||||||
|
|
||||||
require "grit"
|
require "grit"
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
# can_create_team :boolean default(TRUE), not null
|
# can_create_team :boolean default(TRUE), not null
|
||||||
# state :string(255)
|
# state :string(255)
|
||||||
# color_scheme_id :integer default(1), not null
|
# color_scheme_id :integer default(1), not null
|
||||||
|
# notification_level :integer default(1), not null
|
||||||
#
|
#
|
||||||
|
|
||||||
class User < ActiveRecord::Base
|
class User < ActiveRecord::Base
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
# public :boolean default(FALSE), not null
|
# public :boolean default(FALSE), not null
|
||||||
# issues_tracker :string(255) default("gitlab"), not null
|
# issues_tracker :string(255) default("gitlab"), not null
|
||||||
# issues_tracker_id :string(255)
|
# issues_tracker_id :string(255)
|
||||||
|
# snippets_enabled :boolean default(TRUE), not null
|
||||||
#
|
#
|
||||||
|
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
# can_create_team :boolean default(TRUE), not null
|
# can_create_team :boolean default(TRUE), not null
|
||||||
# state :string(255)
|
# state :string(255)
|
||||||
# color_scheme_id :integer default(1), not null
|
# color_scheme_id :integer default(1), not null
|
||||||
|
# notification_level :integer default(1), not null
|
||||||
#
|
#
|
||||||
|
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
Loading…
Reference in a new issue