富文本内的 Rails 7 种子图像

问题描述 投票:0回答:0

on rails 7 带主动存储

在模型课中,我有一个富文本:description

class Lesson < ApplicationRecord
  has_rich_text :description

我尝试从描述为 html 的先前应用程序中植入“描述”。 这个 html 内容图像标签是这样的:

Loremypsem <h2><img src=\"https://www.my-web-site.fr/wp-content/uploads/2020/05/Image-SketchUp-Pro-2019.png\"
    alt=\"\" /></h2> 

图片来自 wordpress.

我想上传它们(对我来说没有pb)并将它们存储到富文本描述中。

不知道富文本怎么播种

ruby-on-rails rails-activestorage actiontext
© www.soinside.com 2019 - 2024. All rights reserved.