diff --git a/app/models/plan.rb b/app/models/plan.rb index 5db4cde..f3974d2 100644 --- a/app/models/plan.rb +++ b/app/models/plan.rb @@ -1134,7 +1134,7 @@ # Only run this before_validation because rails fires this before save/create if self.id.nil? self.title = "My plan (#{self.template.title})" if self.title.nil? && !self.template.nil? - self.visibility = 1 + self.visibility = 3 end end