This repository was archived by the owner on Mar 20, 2018. It is now read-only.
This repository was archived by the owner on Mar 20, 2018. It is now read-only.
Open
Description
When calling render_template
(or its render
shortcut with a string), Happy should try to locate the best view template available for the request, taking into account available view engines and request type -- similar to how Rails does it (allowing for view templates like foo.html.erb
vs. foo.js.erb
etc.)