belongs_to

Macro belongs_to 

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