diff options
| author | Robert | 2017-09-14 16:06:53 +0200 |
|---|---|---|
| committer | Robert | 2017-09-14 16:06:53 +0200 |
| commit | 480ff1d18eac5e1eef38df532d7dc671414ecc5e (patch) | |
| tree | 6e93bc2ce12fcb5ee85e7f25973971b59ad1bef8 /lib | |
| parent | d79acfbd3e558a417e7abcddbca0e4baf32730cb (diff) | |
| download | chouette-core-480ff1d18eac5e1eef38df532d7dc671414ecc5e.tar.bz2 | |
Fixes: #4442@0.5h;4442-api_keys-permissions-spex
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/stif/permission_translator.rb | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/lib/stif/permission_translator.rb b/lib/stif/permission_translator.rb index 47ab2840f..d82e1c6b0 100644 --- a/lib/stif/permission_translator.rb +++ b/lib/stif/permission_translator.rb @@ -16,14 +16,15 @@ module Stif def all_resources %w[ + api_keys access_points - connection_links calendars - footnotes - journey_patterns - referentials routes routing_constraint_zones - time_tables - vehicle_journeys - api_keys + connection_links calendars + footnotes + journey_patterns + referentials routes routing_constraint_zones + time_tables + vehicle_journeys + api_keys ] end |
