Gemfile: gem 'ckeditor'
active_admin.rb: config.register_javascript "https://cdn.ckeditor.com/4.16.1/standard/ckeditor.js"
admin_input: f.input :contract, :input_html => { :class => "ckeditor" , :height => 400}
No comments:
Post a Comment