diff --git a/config/environment.rb b/config/environment.rb index a4a016aa..8367c59f 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -22,7 +22,7 @@ Rails::Initializer.run do |config| config.autoload_paths += %W( #{RAILS_ROOT}/app/apis ) config.gem "highline" - config.gem "RedCloth" + config.gem "RedCloth", :lib => 'redcloth' config.gem "soap4r", :lib => false config.gem 'datanoise-actionwebservice', :lib => 'actionwebservice', :source => "http://gems.github.com" config.gem 'sanitize', :version => '~> 1.2.1'