tsechingho / ckeditor-rails

Integrate CKEditor javascript library with Rails asset pipeline
https://github.com/tsechingho/ckeditor-rails
MIT License
213 stars 132 forks source link

Respecting custom asset prefix #2

Closed existentialmutt closed 12 years ago

existentialmutt commented 12 years ago

I found that if I set a custom basepath for my assets using config.assets.prefix, the CKEDITOR basepath wasn't set right. This simple patch fixes it.

tsechingho commented 12 years ago

You're right. I didn't consider the config.assets.prefix ever. Thanks for patch.