Method: GtfsEngine::CalendarsController#for_date
- Defined in:
- app/controllers/gtfs_engine/calendars_controller.rb
#for_date ⇒ Object
19 20 21 22 23 24 |
# File 'app/controllers/gtfs_engine/calendars_controller.rb', line 19 def for_date date = params[:YYYY_MM_DD] check_format!(date) @records = Calendar.from_date_string(date) respond_with(@records, template: 'gtfs_engine/gtfs/index') end |