We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 :-)