tsechingho / ckeditor-rails

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

Update basepath.js.erb #75

Closed eltiare closed 7 years ago

eltiare commented 8 years ago

Use File.join instead of simply concatenating strings. This prevents any double-slashes, which can sometimes be interpreted by the browser as a local file when it occurs at the beginning.

eltiare commented 8 years ago

bump