Flowdock
method

build_template

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: UnboundTemplate
build_template(locals) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/unbound_template.rb, line 22
      def build_template(locals)
        options = @options.merge(locals: locals)
        Template.new(
          @source,
          @identifer,
          @handler,
          options
        )
      end
Register or log in to add new notes.