Add proc macro to implement models
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
@@ -3,3 +3,6 @@ pub mod models;
|
||||
|
||||
/// Database implementations
|
||||
pub mod db;
|
||||
|
||||
// Re-export the procedural macro
|
||||
pub use heromodels_derive::model;
|
||||
|
@@ -145,4 +145,3 @@ impl Index for IsActive {
|
||||
"is_active"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user