Libera la versión de desarrollo 0.0.4

This commit is contained in:
Manuel Cillero 2022-03-25 20:24:19 +01:00
parent d72e1ccad5
commit 5b1064fda2
27 changed files with 104 additions and 67 deletions

View file

@ -8,6 +8,10 @@ mod migration;
pub struct UserModule;
impl ModuleTrait for UserModule {
fn name(&self) -> &'static str {
"User"
}
fn fullname(&self) -> String {
l("module_fullname")
}