LoginSignup
0
0

More than 3 years have passed since last update.

文字列のURLを自動でリンク化

Posted at

自分用にまとめます。

gemの追加

gemfile
gem 'rails_autolink'
$ bundle install

viewに記述

view
= auto_link(simple_format(h(@gelande.hp), {}, sanitize: false, wrapper_tag: "div"))

完成!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0