mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
493d84ce2f1e25081a394fd70ac4e23b6a2be682
* _render_single_template, which renders a template without layout
* _render_partial_unknown_type, which renders a partial of unknown type
(the entry method for most partial rendering; supports strings, objects, and collections)
* _render_partial_object, which renders a partial for a single object.
* extracted _render_partial_path so it can be used to render the spacer without going
through the public render :partial
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%