Class: GtfsEngine::TripsController

Inherits:
ApplicationController show all
Includes:
Concerns::Controllers::Gtfs
Defined in:
app/controllers/gtfs_engine/trips_controller.rb

Instance Method Summary collapse

Methods included from Concerns::Controllers::Gtfs

#filter, #index, #show

Methods included from Concerns::Controllers::DataAccess

#data, #data_cache, #param_is_data_set_name?

Instance Method Details

#blockObject



29
30
31
32
# File 'app/controllers/gtfs_engine/trips_controller.rb', line 29

def block
  @trips = collection.where block_id: params[:id]
  respond_with @trips
end