pub fn write_active_model_behavior_module(
entities_dir: &Path,
models_dir: &Path,
) -> Result<()>Expand description
Writes _entities/active_model_behavior.rs with fallback impls for entities
that have no covering model extension (e.g. inline tutorial models).