mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
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.