Skip to content

Commit

Permalink
Remove duplicate assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
twinturbo committed Mar 29, 2012
1 parent 01ceb00 commit d7a2985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/acts_as_taggable_on/acts_as_taggable_on/core.rb
Expand Up @@ -164,7 +164,6 @@ def tagged_with(tags, options = {})

group_columns = ActsAsTaggableOn::Tag.using_postgresql? ? grouped_column_names_for(self) : "#{table_name}.#{primary_key}"
group = group_columns
group = "#{group_columns}"
having = "COUNT(#{taggings_alias}.taggable_id) = #{tags.size}"
end

Expand Down

0 comments on commit d7a2985

Please sign in to comment.