method
body
rails 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