method
handler_for_extension
v3.2.13 -
Show latest stable
- Class:
ActionView::Template::Handlers
handler_for_extension(extension)public
No documentation available.
# File actionpack/lib/action_view/template/handlers.rb, line 45
def handler_for_extension(extension)
registered_template_handler(extension) || @@default_template_handlers
end