diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index 24bfef0a20..21453f5e9a 100644 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -588,7 +588,7 @@ module ActiveRecord #: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