Commit d1bee5e374595231327525472fab391bc078fa81

Authored by Dmitriy Zaporozhets
1 parent 10c0cb8c

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 &lt; ActiveRecord::Base
28 28 include Gitlab::VisibilityLevel
29 29 extend Enumerize
30 30  
31   - default_value_for :imported, false
32 31 default_value_for :archived, false
33 32  
34 33 ActsAsTaggableOn.strict_case_match = true
... ...