|
From: <hma...@us...> - 2010-04-08 04:20:39
|
Revision: 2098
http://ndlb.svn.sourceforge.net/ndlb/?rev=2098&view=rev
Author: hmazariegos
Date: 2010-04-08 04:20:33 +0000 (Thu, 08 Apr 2010)
Log Message:
-----------
replaced shanti_integration on load for environment.
Modified Paths:
--------------
portal/ror/topical_map_builder/branches/fathom/config/environment.rb
Modified: portal/ror/topical_map_builder/branches/fathom/config/environment.rb
===================================================================
--- portal/ror/topical_map_builder/branches/fathom/config/environment.rb 2010-04-08 03:37:41 UTC (rev 2097)
+++ portal/ror/topical_map_builder/branches/fathom/config/environment.rb 2010-04-08 04:20:33 UTC (rev 2098)
@@ -27,7 +27,7 @@
# Only load the plugins named here, in the order given (default is alphabetical).
# :all can be used as a placeholder for all plugins not explicitly named
- config.plugins = [:globalize2, :acts_as_tree, :tmb_engine, :shanti_engine, :all]
+ config.plugins = [:globalize2, :acts_as_tree, :tmb_engine, :shanti_integration, :all]
# Add additional load paths for your own custom dirs
# config.load_paths += %W( #{RAILS_ROOT}/extras )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|