自分用にまとめます。
#gemの追加
gemfile
gem 'rails_autolink'
$ bundle install
#viewに記述
view
= auto_link(simple_format(h(@gelande.hp), {}, sanitize: false, wrapper_tag: "div"))
完成!
Go to list of users who liked
More than 3 years have passed since last update.
自分用にまとめます。
#gemの追加
gem 'rails_autolink'
$ bundle install
#viewに記述
= auto_link(simple_format(h(@gelande.hp), {}, sanitize: false, wrapper_tag: "div"))
完成!
Register as a new user and use Qiita more conveniently
Go to list of users who liked