instance method render_template

Ruby on Rails 2.3.18

Since v2.3.18 Last seen in v2.3.18 Private

Signature

render_template(filename)

No documentation comment.

Parameters

filename req
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

Type at least 2 characters to search.

↑↓ navigate · open · esc close