Monday, February 17, 2014

ActionView::PartialRenderer

ActionView::PartialRenderer: "Action View Partials

There's also a convenience method for rendering sub templates within the current controller that depends on a single object (we call this kind of sub templates for partials). It relies on the fact that partials should follow the naming convention of being prefixed with an underscore – as to separate them from regular templates that could be rendered on their own.

In a template for Advertiser#account:

<%= render partial: "account" %>"



'via Blog this'

No comments:

Post a Comment