Libera la versión de desarrollo 0.0.4
This commit is contained in:
parent
d72e1ccad5
commit
5b1064fda2
27 changed files with 104 additions and 67 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue