Skip to content

bayja/cleditor_with_picture

Repository files navigation

CleditorWithPicture

This project uses MIT-LICENSE.

add dependency to gemfile gem ‘carrierwave’ gem ‘mini_magick’

add routes mount CleditorWithPicture::Engine => “/cleditor_with_picture”

install migration to save editor_pictures rake cleditor_with_picture:install:migrations

extend module to set associations between parent model and picture include CleditorWithPicture::AssociateWithEditorPicture

call cleditor on text area $(“.cleditor”).cleditor();

About

cleditor with insert image plugin as rails 3 engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published