Method deprecated
This method is deprecated on the latest stable version of Rails.
The last existing version (v2.0.3) is shown here.
read_template_file(template_path, extension)
private
This method reads a template file.
Show source
def read_template_file(template_path, extension)
File.read(template_path)
end