To get familiar with Single Table Inheritance, please, refer to this article Let’s assume, we have a web site requiring authentication and we have a User class that allows every user to log in, created with the gems Clearance and Suspenders such as described here, with a user name field added. Now, let’s have 2 … Continue reading