diff options
author | Philip Arndt <p@arndt.io> | 2014-08-22 11:48:14 +0200 |
---|---|---|
committer | Philip Arndt <p@arndt.io> | 2014-08-22 11:48:14 +0200 |
commit | b0675083e7ea8395eeb932cf97b1223537c9273a (patch) | |
tree | ab934a8e0a34893ab8521c6cdd049cc4d9a7f849 /lib | |
parent | f036c0f58cd6eeda1f3235a0d19eb18998aa64ad (diff) | |
download | refinerycms-blog-b0675083e7ea8395eeb932cf97b1223537c9273a.tar.gz refinerycms-blog-b0675083e7ea8395eeb932cf97b1223537c9273a.tar.bz2 refinerycms-blog-b0675083e7ea8395eeb932cf97b1223537c9273a.zip |
Depend on refinerycms-wymeditor because we use it.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/refinery/blog.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/refinery/blog.rb b/lib/refinery/blog.rb index c86f43b..40ecdd6 100644 --- a/lib/refinery/blog.rb +++ b/lib/refinery/blog.rb @@ -1,5 +1,6 @@ require 'refinerycms-core' require 'refinerycms-settings' +require 'refinerycms-wymeditor' require 'filters_spam' require 'rails_autolink' require 'friendly_id' |