We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To use CKEDitor in Active Admin, you need to do two things:
gem 'ckeditor'
config.register_javascript 'ckeditor/ckeditor.js'
ActiveAdmin.register User do form :partial => "user_form"
= f.input :description, :input_html => {:class => :ckeditor}
Presto! You're done :-)
There was an error while loading. Please reload this page.