标签: ruby-on-rails rubygems editor trumbowyg
我在rails中使用了trumbowyg编辑器,但是遵循了trumbowyg 文档,并以= f.input :description, as: :trumbowyg, label: 'Describe the Work To Be Done' 的形式申请,我得到一个错误,向我显示No input found for trumbowyg 我想知道错在哪里。希望您的帮助
= f.input :description, as: :trumbowyg, label: 'Describe the Work To Be Done'
No input found for trumbowyg