Ruby on Railsで動画のインライン再生を実装したいと考えています。
以下のように記述したところ怒られてしまいました。
どのように実装するのが良いのでしょうか?

<%= video_tag @item.content.to_s, loop: true, controls: true, playsinline, class: "content embed-responsive-item" %>