aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinerycms-blog.rb
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-28 16:13:35 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-28 16:13:35 +1200
commite6fead06dcc6c27e47df83533b53256beabc21a5 (patch)
tree40c056080a2666ef893a90176aa0030eec7c1824 /lib/refinerycms-blog.rb
parentf1ddedaea1c80f449c59c909ff41bf62554fa2b3 (diff)
downloadrefinerycms-blog-e6fead06dcc6c27e47df83533b53256beabc21a5.tar.gz
refinerycms-blog-e6fead06dcc6c27e47df83533b53256beabc21a5.tar.bz2
refinerycms-blog-e6fead06dcc6c27e47df83533b53256beabc21a5.zip
Added bundler and filters_spam dependency
Diffstat (limited to 'lib/refinerycms-blog.rb')
-rw-r--r--lib/refinerycms-blog.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
index 30e0baf..461e75c 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -1,3 +1,5 @@
+require 'filters_spam' if defined?(Bundler)
+
module Refinery
module Blog
class << self