spec/app/models/survey.rb in mongoid-7.0.13 vs spec/app/models/survey.rb in mongoid-7.1.0.rc0

- old
+ new

@@ -1,2 +1,5 @@ +# frozen_string_literal: true +# encoding: utf-8 + class Survey include Mongoid::Document embeds_many :questions