Skip to main content

scaffold_controller_with_fk_template

Function scaffold_controller_with_fk_template 

Source
pub fn scaffold_controller_with_fk_template(
    name: &str,
    snake_name: &str,
    plural_snake: &str,
    form_fields: &str,
    update_fields: &str,
    insert_fields: &str,
    foreign_keys: &[ForeignKeyField],
) -> String
Expand description

Template for generating full-stack controller with FK eager loading