private Method

Base.read_template_file(template_path, extension)

This method reads a template file.

Source Code

# File action_view/base.rb, line 497
def read_template_file(template_path, extension)
  File.read(template_path)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.