Hey guys, i had the (simple) idea of creating a trait for these fields:
object created_by extends MappedLongForeignKey(this, User) object created_at extends MappedDateTime(this) object updated_by extends MappedLongForeignKey(this, User) object updated_at extends MappedDateTime(this) object deleted_by extends MappedLongForeignKey(this, User) object deleted_at extends MappedDateTime(this) Any ideas how i might do that? I've tried a few things but nothing worked. A simple example would be enought to get me going ;) Thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
