Commit d1bee5e374595231327525472fab391bc078fa81
1 parent
10c0cb8c
Exists in
spb-stable
and in
3 other branches
Remove default value for Project#imported
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/models/project.rb
@@ -28,7 +28,6 @@ class Project < ActiveRecord::Base | @@ -28,7 +28,6 @@ class Project < ActiveRecord::Base | ||
28 | include Gitlab::VisibilityLevel | 28 | include Gitlab::VisibilityLevel |
29 | extend Enumerize | 29 | extend Enumerize |
30 | 30 | ||
31 | - default_value_for :imported, false | ||
32 | default_value_for :archived, false | 31 | default_value_for :archived, false |
33 | 32 | ||
34 | ActsAsTaggableOn.strict_case_match = true | 33 | ActsAsTaggableOn.strict_case_match = true |