Model using STI new function only working partially

Hi, I have an application using STI on a model named Publisher. Publisher uses STI via a column named "service". When I call

inheritance_column (service in this case) is automatically protected against mass-assignment. If you examine your logs carefully, you should see some messages about that.

--Matt Jones