Macro has_many

Source
macro_rules! has_many {
    ($child:ident, $fn_name:ident, $pk:ident, $fk:ident) => { ... };
}