method
template_handler_is_compilable?
rails latest stable - Class:
ActionView::Base
template_handler_is_compilable?(handler)private
No documentation available.
# File actionpack/lib/action_view/base.rb, line 527
def template_handler_is_compilable?(handler)
handler.new(self).respond_to?(:compile)
end