mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
5b793a8add
automatically call @foo.to_partial_path Calling `render @foo` allows local variables but not options to be passed to the partial renderer. The correct way to render an object AND pass options to the partial renderer is to pass the object in the `:partial` parameter. However, there were previously no tests for this behaviour (in `render_helper_test.rb` at least). |
||
---|---|---|
.. | ||
_customer.html.erb | ||
_customer.xml.erb |