instance method
render_template
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18 PrivateSignature
render_template(filename)
No documentation comment.
Parameters
-
filenamereq
Source
# File actionpack/lib/action_controller/failsafe.rb, line 68
def render_template(filename)
ERB.new(File.read(filename)).result(binding)
end
Defined in actionpack/lib/action_controller/failsafe.rb line 68
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Failsafe