annotated

master
Dmitriy Zaporozhets 2013-03-27 18:26:37 +02:00
parent a31fe1a63f
commit 5f14a6bcf8
4 changed files with 4 additions and 0 deletions

View File

@ -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"

View File

@ -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

View File

@ -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'

View File

@ -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'