aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/capistrano/tasks/refinerycms.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/capistrano/tasks/refinerycms.rake b/lib/capistrano/tasks/refinerycms.rake
index 0589058..b346f15 100644
--- a/lib/capistrano/tasks/refinerycms.rake
+++ b/lib/capistrano/tasks/refinerycms.rake
@@ -33,7 +33,7 @@ namespace :load do
set :refinerycms_google_analytics_page_code, 'UA-xxxxxx-x'
set :refinerycms_authenticity_token_on_frontend, true
set :refinerycms_dragonfly_secret, -> { SecureRandom.hex(24) }
- set :refinerycms_wymeditor_whitelist_tags, []
+ set :refinerycms_wymeditor_whitelist_tags, {}
set :refinerycms_extra_javascript, ''
set :refinerycms_extra_stylesheet, ''
set :refinerycms_backend_route, '/refinery'