This method reads a template file.
# File action_view/base.rb, line 497 def read_template_file(template_path, extension) File.read(template_path) end
<code/>
<pre/>
<code/>and<pre/>for code samples.