class ActiveRecord::DynamicMatchers::Method
def attributes_hash
Given that the parameters starts with `_`, the finder needs to use the
def attributes_hash "{" + attribute_names.map { |name| ":#{name} => _#{name}" }.join(",") + "}" end
def attributes_hash "{" + attribute_names.map { |name| ":#{name} => _#{name}" }.join(",") + "}" end