diff options
| author | Zog | 2018-03-12 11:52:48 +0100 | 
|---|---|---|
| committer | Zog | 2018-03-12 11:52:48 +0100 | 
| commit | 84c7eb8f171e1a353a06496b088f73837a3425ff (patch) | |
| tree | 1cc0583b5fbbab8cfe611b4ae1673bd9ca5a7d3f /app/views/api | |
| parent | ba30cc2c8772dbd1934d032e2a3a6a66795df4e2 (diff) | |
| download | chouette-core-84c7eb8f171e1a353a06496b088f73837a3425ff.tar.bz2 | |
Refs #6102; Add label in JourneyPattern Editor header6102-commercial-missions
Refs #6104; Add commercial-only journey time in JourneyPattern Editor
Diffstat (limited to 'app/views/api')
| -rw-r--r-- | app/views/api/v1/stop_areas/short_description.rabl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/api/v1/stop_areas/short_description.rabl b/app/views/api/v1/stop_areas/short_description.rabl index 7d571b0a2..2f27f04d8 100644 --- a/app/views/api/v1/stop_areas/short_description.rabl +++ b/app/views/api/v1/stop_areas/short_description.rabl @@ -1,7 +1,7 @@  object @stop_area  extends "api/v1/trident_objects/short_description" -[:id, :name, :city_name, :zip_code, :area_type, :longitude, :latitude, :long_lat_type].each do |attr| +[:id, :name, :city_name, :zip_code, :area_type, :kind, :longitude, :latitude, :long_lat_type].each do |attr|      attributes attr, :unless => lambda { |m| m.send( attr).nil?}  end  node(:parent_object_id) do |stop_area| | 
