Feb10
More STI Tricks
Obviously, I’ve been using STI for a recent project.
Alex Reisner has a post full of tips, a cool one being overriding the model_name class method for your parent class, so that when you do form_for @sub_class... you still get params[:parent_class] delivered to your controller.