lib/dynamoid/criteria.rb in dynamoid-0.7.1 vs lib/dynamoid/criteria.rb in dynamoid-1.0.0

- old
+ new

@@ -7,10 +7,10 @@ module Criteria extend ActiveSupport::Concern module ClassMethods - [:where, :all, :first, :each, :limit, :start, :scan_index_forward].each do |meth| + [:where, :all, :first, :each, :eval_limit, :start, :scan_index_forward].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. # # @since 0.2.0 define_method(meth) do |*args|