read_template_file(template_path, extension)
This method reads a template file.
# File actionpack/lib/action_view/base.rb, line 406 def read_template_file(template_path, extension) File.read(template_path) end