Skip to content

Commit

Permalink
[dm-tags] Change frozen_tag_list property to Text
Browse files Browse the repository at this point in the history
This prevents a hard limit being set on the number of tags one
can assign.
  • Loading branch information
Matthew Ford committed Jan 30, 2009
1 parent fda9c2d commit 7507d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm-tags/lib/dm-tags/dm_tags.rb
Expand Up @@ -58,7 +58,7 @@ def destroy_taggings
singular = association.singular

class_eval <<-RUBY
property :frozen_#{singular}_list, String
property :frozen_#{singular}_list, Text
has n, :#{singular}_taggings, :class_name => "Tagging", :child_key => [:taggable_id], :taggable_type => self.to_s, :tag_context => "#{association}"
Expand Down

0 comments on commit 7507d69

Please sign in to comment.