diff options
| author | Robert | 2017-07-07 15:45:36 +0200 |
|---|---|---|
| committer | Robert | 2017-07-07 15:45:36 +0200 |
| commit | e4133cee19db0aef55318296b2746be5be4b5896 (patch) | |
| tree | ece0c701f4dfc969a39762b895353fbc0df24877 /config/environments | |
| parent | b31b713f84cab31870aab48fa739883df8fbf0c3 (diff) | |
| download | chouette-core-e4133cee19db0aef55318296b2746be5be4b5896.tar.bz2 | |
Hotfix user_permission computation in journey_patterns and vehicle_journey controllers
Diffstat (limited to 'config/environments')
| -rw-r--r-- | config/environments/development.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index f59a34a23..59cb9eefa 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -62,7 +62,7 @@ Rails.application.configure do config.codifligne_api_url = "https://pprod.codifligne.stif.info/rest/v1/lc/getlist" # config.chouette_authentication_settings = { - # type: "database" + # type: "database" # } config.chouette_authentication_settings = { type: "cas", |
