First page Back Continue Last page Overview Text

Notes:


For example, if you are storing the first and last names separately for the employees, it's easy to add a name method to the Employee model that combines both names into a single string.

With core Sequel, there isn't an easy way to do this. The rows returned are plain hashes, so you can't have specialized behavior.