module Settings module OpenCollectiveSettings extend ActiveSupport::Concern included do field :opencollective_enabled, type: :boolean, default: true end end end