myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2382] trunk/config/environment.rb: fixed issue w


From: noreply
Subject: [myexperiment-hackers] [2382] trunk/config/environment.rb: fixed issue with plugin load order
Date: Wed, 21 Apr 2010 11:55:43 -0400 (EDT)

Revision
2382
Author
dgc
Date
2010-04-21 11:55:43 -0400 (Wed, 21 Apr 2010)

Log Message

fixed issue with plugin load order

Modified Paths

Diff

Modified: trunk/config/environment.rb (2381 => 2382)


--- trunk/config/environment.rb	2010-04-21 15:52:24 UTC (rev 2381)
+++ trunk/config/environment.rb	2010-04-21 15:55:43 UTC (rev 2382)
@@ -19,7 +19,7 @@
   # Only load the plugins named here, by default all plugins in vendor/plugins are loaded
   # config.plugins = %W( exception_notification ssl_requirement )
 
-  config.plugins = ["engines", "encrypted_strings", "widgets", "white_list", "*"]
+  config.plugins = ["engines", "encrypted_strings", "widgets", "white_list", "white_list_formatted_content", "*"]
 
   # Add additional load paths for your own custom dirs
   # config.load_paths += %W( #{RAILS_ROOT}/extras )

reply via email to

[Prev in Thread] Current Thread [Next in Thread]