From c8a2dd3caca94ce41f37442512b90343dcbc6161 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 7 Sep 2010 13:13:13 -0700 Subject: no need to freeze this string --- activerecord/lib/active_record/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') 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 -- cgit v1.2.3