I have a class named Post:
Post
class Post < ActiveRecord::Base end
I have a class named Question that inheriting f
Question
There actually is a way, as with all things. You can override the find_sti_class method to look for your type based on an integer.