diff options
| author | Zog | 2018-03-09 16:04:31 +0100 |
|---|---|---|
| committer | Zog | 2018-03-09 16:04:31 +0100 |
| commit | fafeb75c2aaa7f462047ad3d27a6c19ba6abcad5 (patch) | |
| tree | 3fcdb6d01674fcdaf22ef5f10fde02c642b0a214 /app/views | |
| parent | 523d3e418539cfe6af98bdcbae82d1f7d3fdd3c0 (diff) | |
| download | chouette-core-fafeb75c2aaa7f462047ad3d27a6c19ba6abcad5.tar.bz2 | |
Refs #6042; Add detailed view for purchazse windows6042-detailed_purchase_windows
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/vehicle_journeys/show.rabl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/vehicle_journeys/show.rabl b/app/views/vehicle_journeys/show.rabl index bb26ce797..d218038a6 100644 --- a/app/views/vehicle_journeys/show.rabl +++ b/app/views/vehicle_journeys/show.rabl @@ -36,7 +36,7 @@ end if has_feature? :purchase_windows child(:purchase_windows, :object_root => false) do |purchase_windows| - attributes :id, :objectid, :name, :color + attributes :id, :objectid, :name, :color, :bounding_dates end end |
