Rails Admin中Post的“body”上输入区域的默认高度非常小.我正在试图弄清楚如何
增加身高.有什么建议?
config.model Post do
label 'Blog'
weight 0
edit do
field :user
field :title
field :body_format
field :body do
(something here?)
end
configure :description do
html_attributes rows: 20,cols: 50
end
原文链接:https://www.f2er.com/ruby/265520.html