Sha256: 24d3bf10ad23166623203166fd9d97d0d0dfd23d199fe8337c2a2f50fdc2a677
Contents?: true
Size: 701 Bytes
Versions: 1
Compression:
Stored size: 701 Bytes
Contents
# Activeadmin::Redactor TODO: Write a gem description ## Usage ### Add it to your Gemfile ```ruby gem 'activeadmin-redactor' ``` ### Configure your ActiveAdmin Resource ```ruby ActiveAdmin.register Page do redactorable # creates the controller action which handles the editor index do redactorable_edit_icon # inserts an edit icon / link # other columns... end end ``` ## Contributing 1. Fork it ( https://github.com/[my-github-username]/activeadmin-redactor/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activeadmin-redactor-0.0.1 | README.md |