Not sure if this is the problem, but the descrimiator column
(ratable_type in this case) should have a value that matches the camel
cased class name. In your original post it looks like you have a
lowercase 'u' (user) instead of uppercase ("User").
Looking at a later post this appears to be the case. You should have
"WebPage" as the ratable_type, not "web_page".