class ActionView::Template::HTML

def formats

def formats
  [@type.respond_to?(:ref) ? @type.ref : @type.to_s]
end