diff options
| author | Luc Donnet | 2018-01-08 09:13:44 +0100 |
|---|---|---|
| committer | GitHub | 2018-01-08 09:13:44 +0100 |
| commit | 7b88e236eba4fbe3d7d6babc01a2ec9d8d7b251e (patch) | |
| tree | 712f3df881cf9f0d4a4c18f69837333b4b13a0d4 /config | |
| parent | fa63d6e3d51ccc0b3a38616747fcd91b5fdfbba5 (diff) | |
| parent | 5134b83b0bd07d62b6ab1e334977962addfebf47 (diff) | |
| download | chouette-core-7b88e236eba4fbe3d7d6babc01a2ec9d8d7b251e.tar.bz2 | |
Merge pull request #197 from af83/5455-store-costs-between-stops
5455 store distance and time between stops
Diffstat (limited to 'config')
| -rw-r--r-- | config/environments/development.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index e9cd16c34..24a4ed6b8 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -93,4 +93,6 @@ Rails.application.configure do config.validation_spec = "http://www.chouette.mobi/neptune-validation/v21/" config.i18n.available_locales = [:fr, :en] + + config.middleware.insert_after(ActionDispatch::Static, Rack::LiveReload) if ENV['LIVERELOAD'] end |
