openwichita / public-meetings

A service to show all upcoming available public meetings for the City of Wichita.
1 stars 4 forks source link

Show list of meeting dates on Meeting Type show page #8

Closed sethetter closed 7 years ago

sethetter commented 7 years ago

web/templates/meeting_type/show.html.eex web/controllers/meeting_type_controller.ex

Mearnest commented 7 years ago

The meeting show template does this now, but it could live in meeting_type instead.. Anyway, the Meeting model demonstrates how to combine the meeting types and dates, and the show template demonstrates how to list them.

web/templates/meeting/show.html.eex web/controllers/meeting_controller.ex web/models/meeting.ex