Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Merge branch 'feature/remove-core-exts'
Browse files Browse the repository at this point in the history
  • Loading branch information
gix committed Mar 6, 2011
2 parents 2ca39dd + 3f97b7d commit a1bd5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dm-tags/dm_tags.rb
Expand Up @@ -41,7 +41,7 @@ def destroy_taggings

associations.each do |association|
association = association.to_s
singular = association.singularize
singular = DataMapper::Inflector.singularize(association)

class_eval <<-RUBY, __FILE__, __LINE__ + 1
property :frozen_#{singular}_list, Text
Expand Down

0 comments on commit a1bd5dd

Please sign in to comment.