Method: ActionView::Template::Handlers#registered_template_handler

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

#registered_template_handler(extension) ⇒ Object



52
53
54
# File 'actionview/lib/action_view/template/handlers.rb', line 52

def registered_template_handler(extension)
  extension && @@template_handlers[extension.to_sym]
end