Method: ActionView::Template::Handlers#handler_for_extension

Defined in:
actionview/lib/action_view/template/handlers.rb

#handler_for_extension(extension) ⇒ Object



61
62
63
# File 'actionview/lib/action_view/template/handlers.rb', line 61

def handler_for_extension(extension)
  registered_template_handler(extension) || @@default_template_handlers
end