aboutsummaryrefslogtreecommitdiff
path: root/examples/tutorial01/polls/models.rs
blob: 987e4b0062d395b5c4455615b717efe11abbbec2 (plain)
1
2
3
4
5
6
#[allow(unused_imports)]
use tosin::db::models::{gather, Id, Model};

// TODO define models

gather!();