Is there any shortcut for:
link_to 'title', path, 'data-type' => :html
I thought :type=>:html would work, much as :remote=>true transforms to data-remote='true', but not supported.
|
Is there any shortcut for:
I thought |
|||
|
|
|
Yes:
small edit It comes from the tag helper: http://api.rubyonrails.org/classes/ActionView/Helpers/TagHelper.html#method-i-tag Its maybe not a shortcut in your case but can be very handy if you have to set multiple data-attributes:
But no, no |
||||
|