Commit 3dcfae75244126d47d880c2351a8d280fb3fac47

Authored by Dmitriy Zaporozhets
1 parent 5ebdbfab

Add default value for Project#archived

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/models/project.rb
... ... @@ -29,6 +29,7 @@ class Project &lt; ActiveRecord::Base
29 29 extend Enumerize
30 30  
31 31 default_value_for :imported, false
  32 + default_value_for :archived, false
32 33  
33 34 ActsAsTaggableOn.strict_case_match = true
34 35  
... ...