summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
Diffstat (limited to 'app/models')
-rw-r--r--app/models/activity.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/activity.rb b/app/models/activity.rb
index 4a169b4..9910295 100644
--- a/app/models/activity.rb
+++ b/app/models/activity.rb
@@ -4,5 +4,5 @@ class Activity < ApplicationRecord
belongs_to :location, optional: true
validates :gid, :name, :description, presence: true
- attribute :innate, :boolean, default: false
+ attribute :innate, :boolean, default: true
end