可能的复制品:
Best way to use html5 data attributes with rails content_tag helper?
How can I use html5 data-*
attrubute in my link_to helper (Rails)
API 说我必须使用这种格式的 link_to(body, url, html_options = {})
,但是当我把它放在 html _ options 中时出现了一个错误
例如:
link_to "whatever", @whatever_path, { class: 'my_class', data-tooltip: 'what I want' }