mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
cecafc52ee
ActionView::Template is now completely independent from template storage, which allows different back ends such as the database. ActionView::Template's only responsibility is to take in the template source (passed in from ActionView::Path), compile it, and render it.
1 line
No EOL
66 B
Text
1 line
No EOL
66 B
Text
<html><%= @content_for_layout %><%= @variable_for_layout %></html> |