可能性の重複とヘルパーのlink_to:私は私のlink_toヘルパー(レール)にHTML5
data-*
attrubuteを使用するにはどうすればよい
Best way to use html5 data attributes with rails content_tag helper?Railsの - データ - *属性
API私はこの形式を使用する必要があると言いますlink_to(body, url, html_options = {})
しかし、私はhtml_optionsに入れたときにエラーが発生します
例:
link_to "whatever", @whatever_path, { class: 'my_class', data-tooltip: 'what I want' }
あなたの現在の試みはどのように見えますか? –