class ActionView::Renderer

Public Instance Methods

render_template_with_meta2(context, options) click to toggle source
# File lib/meta2/alias_method_chains.rb, line 3
def render_template_with_meta2(context, options)
  config = Meta2.config

  resolver = context.assigns[config.assign_name]
  resolver.setup config.strategy, context, options

  render_template_without_meta2 context, options
end