diff options
author | Philip Arndt <git@p.arndt.io> | 2015-05-20 12:18:00 +1200 |
---|---|---|
committer | Philip Arndt <git@p.arndt.io> | 2015-05-20 12:19:44 +1200 |
commit | d84600385bcc486241aad4e519164bda62064218 (patch) | |
tree | 2521ec50f6c1a02ccbde862d2b6ab4d365c273df /lib | |
parent | 48929c277c2181355b780d5a5364b4c688bb3bc9 (diff) | |
download | refinerycms-blog-d84600385bcc486241aad4e519164bda62064218.tar.gz refinerycms-blog-d84600385bcc486241aad4e519164bda62064218.tar.bz2 refinerycms-blog-d84600385bcc486241aad4e519164bda62064218.zip |
Removed coupling to refinerycms-wymeditor.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/refinery/blog.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/refinery/blog.rb b/lib/refinery/blog.rb index c601e4d..c62106c 100644 --- a/lib/refinery/blog.rb +++ b/lib/refinery/blog.rb @@ -1,6 +1,5 @@ require 'refinerycms-core' require 'refinerycms-settings' -require 'refinerycms-wymeditor' require 'rails_autolink' require 'friendly_id' require 'jquery-ui-rails' |