diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index ce6fa311e4bac..3649b870a692e 100644 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -608,7 +608,7 @@ def full_table_name_prefix #:nodoc: # Defines the column name for use with single table inheritance. Use # set_inheritance_column to set a different value. def inheritance_column - @inheritance_column ||= "type".freeze + @inheritance_column ||= "type" end # Lazy-set the sequence name to the connection's default. This method