Commit d1bee5e3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove default value for Project#imported

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 10c0cb8c
...@@ -28,7 +28,6 @@ class Project < ActiveRecord::Base ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment