lib/dynamoid/criteria.rb in dynamoid-3.5.0 vs lib/dynamoid/criteria.rb in dynamoid-3.6.0
- old
+ new
@@ -5,9 +5,10 @@
module Dynamoid
# Allows classes to be queried by where, all, first, and each and return criteria chains.
module Criteria
extend ActiveSupport::Concern
+ # @private
module ClassMethods
%i[where all first last each record_limit scan_limit batch start scan_index_forward find_by_pages project pluck].each do |meth|
# Return a criteria chain in response to a method that will begin or end a chain. For more information,
# see Dynamoid::Criteria::Chain.
#