redirect_toでアンカーリング移動する方法
オプションのanchorを使えばページ内ジャンプ機能ができます。 めちゃ簡単です。
redirect_to hoge_path(anchor: 'description')
hogehogeはジャンプ先のidです。
#description .card-header h4 ここにリンクします (slim記載)
オプションのanchorを使えばページ内ジャンプ機能ができます。 めちゃ簡単です。
redirect_to hoge_path(anchor: 'description')
hogehogeはジャンプ先のidです。
#description .card-header h4 ここにリンクします (slim記載)