Commit 466f0fb7621300c944f24e8fcc99f2d28b4afcea

Authored by Dmitriy Zaporozhets
1 parent 36f861f1

Fix default value for project model

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
... ... @@ -35,7 +35,6 @@ class Project &lt; ActiveRecord::Base
35 35 default_value_for :merge_requests_enabled, true
36 36 default_value_for :wiki_enabled, true
37 37 default_value_for :snippets_enabled, false
38   - default_value_for :imported, false
39 38  
40 39 ActsAsTaggableOn.strict_case_match = true
41 40  
... ...