Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.0.3) is shown here.
read_template_file(template_path, extension)
private
# File actionpack/lib/action_view/base.rb, line 507
def read_template_file(template_path, extension)
File.read(template_path)
end