method
render_template
v2.3.8 -
Show 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