From a8b578eec633436ac2ea94304bd946008de7555f Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 28 May 2021 12:05:41 -0400 Subject: Make all activities innate and remove activity learning, for now --- app/models/activity.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models') 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 -- cgit v1.2.3