Skip to content
Snippets Groups Projects
Verified Commit d1bee5e3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Remove default value for Project#imported

parent 10c0cb8c
No related branches found
No related tags found
No related merge requests found
Loading
@@ -28,7 +28,6 @@ class Project < ActiveRecord::Base
Loading
@@ -28,7 +28,6 @@ class Project < ActiveRecord::Base
include Gitlab::VisibilityLevel include Gitlab::VisibilityLevel
extend Enumerize extend Enumerize
   
default_value_for :imported, false
default_value_for :archived, false default_value_for :archived, false
   
ActsAsTaggableOn.strict_case_match = true ActsAsTaggableOn.strict_case_match = true
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment