Skip to content

Commit

Permalink
no need to freeze this string
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Sep 7, 2010
1 parent 33b9540 commit ef66a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/base.rb
Expand Up @@ -608,7 +608,7 @@ def full_table_name_prefix #:nodoc:
# Defines the column name for use with single table inheritance. Use
# <tt>set_inheritance_column</tt> 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
Expand Down

0 comments on commit ef66a08

Please sign in to comment.