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
0
Merge Requests
0
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
iv
gitlab-ce
Commits
1fbea7ce
Commit
1fbea7ce
authored
Apr 19, 2016
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless require 'file_size_validator' causing warnings
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
2e9f03e5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
6 deletions
+0
-6
app/models/group.rb
app/models/group.rb
+0
-1
app/models/issue.rb
app/models/issue.rb
+0
-1
app/models/note.rb
app/models/note.rb
+0
-1
app/models/project.rb
app/models/project.rb
+0
-1
app/models/project_import_data.rb
app/models/project_import_data.rb
+0
-1
app/models/user.rb
app/models/user.rb
+0
-1
No files found.
app/models/group.rb
View file @
1fbea7ce
...
...
@@ -15,7 +15,6 @@
#
require
'carrierwave/orm/activerecord'
require
'file_size_validator'
class
Group
<
Namespace
include
Gitlab
::
ConfigHelper
...
...
app/models/issue.rb
View file @
1fbea7ce
...
...
@@ -20,7 +20,6 @@
#
require
'carrierwave/orm/activerecord'
require
'file_size_validator'
class
Issue
<
ActiveRecord
::
Base
include
InternalId
...
...
app/models/note.rb
View file @
1fbea7ce
...
...
@@ -20,7 +20,6 @@
#
require
'carrierwave/orm/activerecord'
require
'file_size_validator'
class
Note
<
ActiveRecord
::
Base
include
Gitlab
::
CurrentSettings
...
...
app/models/project.rb
View file @
1fbea7ce
...
...
@@ -40,7 +40,6 @@
#
require
'carrierwave/orm/activerecord'
require
'file_size_validator'
class
Project
<
ActiveRecord
::
Base
include
Gitlab
::
ConfigHelper
...
...
app/models/project_import_data.rb
View file @
1fbea7ce
...
...
@@ -8,7 +8,6 @@
#
require
'carrierwave/orm/activerecord'
require
'file_size_validator'
class
ProjectImportData
<
ActiveRecord
::
Base
belongs_to
:project
...
...
app/models/user.rb
View file @
1fbea7ce
...
...
@@ -63,7 +63,6 @@
#
require
'carrierwave/orm/activerecord'
require
'file_size_validator'
class
User
<
ActiveRecord
::
Base
extend
Gitlab
::
ConfigHelper
...
...
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