method
render_template
rails latest stable - Class:
ActionController::Failsafe
render_template(filename)private
No documentation available.
# File actionpack/lib/action_controller/failsafe.rb, line 68
def render_template(filename)
ERB.new(File.read(filename)).result(binding)
end