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

Add default value for Project#archived

parent 5ebdbfab
Branches
Tags
No related merge requests found
Loading
Loading
@@ -29,6 +29,7 @@ class Project < ActiveRecord::Base
extend Enumerize
 
default_value_for :imported, false
default_value_for :archived, false
 
ActsAsTaggableOn.strict_case_match = true
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment