Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Update README.md #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you have issues, please check their issues trackers first.

4. If using CKEditor, and would like to enable file uploads run the ckeditor generator:
```sh
$ rails g ckeditor:install --orm=active_record --backend=paperclip && rake db:migrate
$ bundle exec rails g ckeditor:install --orm=active_record --backend=paperclip && bundle exec rake db:migrate
```

5. In order to secure your file uploads to only be accessed by admins you will also need to configure config/initializers/ckeditor.rb:
Expand Down