diff options
Diffstat (limited to 'app/views/vehicle_journeys/show.rabl')
| -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 398bb3b16..86edfafa8 100644 --- a/app/views/vehicle_journeys/show.rabl +++ b/app/views/vehicle_journeys/show.rabl @@ -1,6 +1,6 @@  object @vehicle_journey -[:objectid, :published_journey_name, :published_journey_identifier].each do |attr| +[:objectid, :published_journey_name, :published_journey_identifier, :company_id].each do |attr|    attributes attr, :unless => lambda { |m| m.send( attr).nil?}  end  | 
