lib/mongoid/selectable.rb in mongoid-7.0.13 vs lib/mongoid/selectable.rb in mongoid-7.1.0.rc0

- old
+ new

@@ -1,8 +1,10 @@ +# frozen_string_literal: true # encoding: utf-8 + module Mongoid - # Provides behaviour for generating the selector for a specific document. + # Provides behavior for generating the selector for a specific document. # # @since 4.0.0 module Selectable extend ActiveSupport::Concern