Yes it is.
You can use the type column if you define this in your model:
class Model < ActiveRecord::Base self.inheritance_column = nil end
Having a table named article_type doesn't matter for Rails. This is only the type column that it protects.
source share