Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
c0f345ce2f90
Commit
c0f345ce
authored
Mar 27, 2013
by
Dmitriy Zaporozhets
Browse files
annotated
parent
240764e19076
Changes
4
Hide whitespace changes
Inline
Side-by-side
app/models/project.rb
View file @
c0f345ce
...
...
@@ -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"
...
...
app/models/user.rb
View file @
c0f345ce
...
...
@@ -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
...
...
spec/models/project_spec.rb
View file @
c0f345ce
...
...
@@ -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'
...
...
spec/models/user_spec.rb
View file @
c0f345ce
...
...
@@ -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'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment