In my Rails application I have two classes - UserPost and GroupPost, that I want to make subclasses of a new class, Post. What would be the best way to add this in? Is it as