Added CKEditor to allow easy markup of text

This commit is contained in:
2013-01-27 00:20:11 -05:00
parent f80624946c
commit ee583db78e
5 changed files with 10 additions and 3 deletions

View File

@@ -26,6 +26,8 @@ gem 'bb-ruby'
gem 'kaminari-bootstrap'
gem "ckeditor"
group :production do
gem 'unicorn'
end