method
body
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::DynamicMatchers::Method
body(model, method_name)private
No documentation available.
# File activerecord/lib/active_record/dynamic_matchers.rb, line 56
def body(model, method_name)
"#{finder}(#{attributes_hash(model, method_name)})"
end