method
handler_class_for_extension
rails latest stable - Class:
ActionView::Template::Handlers
handler_class_for_extension(extension)public
No documentation available.
# File actionpack/lib/action_view/template/handlers.rb, line 44
def handler_class_for_extension(extension)
ActiveSupport::Deprecation.warn "handler_class_for_extension is deprecated. " <<
"Please use handler_for_extension instead", caller
handler_for_extension(extension)
end