Skip to content

Commit

Permalink
Merge pull request #600 from freerunningtech/master
Browse files Browse the repository at this point in the history
Meet interface expectation for active record.
  • Loading branch information
seuros committed Oct 23, 2014
2 parents 1a9a34d + a82ab09 commit 45df196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/acts_as_taggable_on/taggable/collection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def tag_counts_on(context, options={})
end

module CalculationMethods
def count(column_name=:all)
def count(column_name=:all, options = {})
# https://github.com/rails/rails/commit/da9b5d4a8435b744fcf278fffd6d7f1e36d4a4f2
super
end
Expand Down

0 comments on commit 45df196

Please sign in to comment.