Ejemplo n.º 1
0
def show_event(event_id):
    event = Event.find_with_associations(db(), event_id)
    return jsonify(event.serialize())