Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
bed487d1
Commit
bed487d1
authored
Oct 10, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'master'
missing letter See merge request gitlab-org/gitlab!18330
parents
7113c838
4b4ccb33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/models/repository_language.rb
app/models/repository_language.rb
+1
-1
No files found.
app/models/repository_language.rb
View file @
bed487d1
...
...
@@ -7,7 +7,7 @@ class RepositoryLanguage < ApplicationRecord
default_scope
{
includes
(
:programming_language
)
}
validates
:project
,
presence:
true
validates
:share
,
inclusion:
{
in:
0
..
100
,
message:
"The share of a lanuage is between 0 and 100"
}
validates
:share
,
inclusion:
{
in:
0
..
100
,
message:
"The share of a lan
g
uage is between 0 and 100"
}
validates
:programming_language
,
uniqueness:
{
scope: :project_id
}
delegate
:name
,
:color
,
to: :programming_language
...
...
Write
Preview
Markdown
is supported
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