Summary
We went through an explanation of the features the ORM API proposes, and how they can be used when creating our models. We also learned about the mail
module and the global messaging features it provides. We explored how to use it to choose followers to be notified, and how to send messages to these followers.
In the next chapter, we will look further into the ORM, this time to have a deeper understanding on how recordsets work and can be manipulated. We will also learn how to implement wizards, requesting input from the user who will then perform some business logic based on it.