aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments/production.rb
diff options
context:
space:
mode:
authorMichel Etienne2012-06-13 09:40:38 +0200
committerMichel Etienne2012-06-13 09:40:38 +0200
commit1b9b836f25cd7af78c0ec5f48b999e1dea27fa97 (patch)
tree1a9bbea9c68e1c083d707925513e2223b07c87c9 /config/environments/production.rb
parent132e0d11e9f6d558a420a9ef6ce0a355222e67ec (diff)
downloadchouette-core-1b9b836f25cd7af78c0ec5f48b999e1dea27fa97.tar.bz2
show import log for Neptune and CSV formats
Diffstat (limited to 'config/environments/production.rb')
-rw-r--r--config/environments/production.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index d79d98df7..ffbd6be76 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -65,7 +65,7 @@ ChouetteIhm::Application.configure do
config.action_mailer.default_url_options = { :host => 'chouette.dryade.net/chouette2' }
config.to_prepare do
- Chouette::Loader.chouette_command = "/usr/local/lib/chouette-command/chouette"
+ Chouette::Command.command = "/usr/local/lib/chouette-command/chouette"
Import.root = "/var/lib/chouette/imports"
end