Module: ActsAsTaggableOn::Taggable::Collection::CalculationMethods

Defined in:
lib/acts_as_taggable_on/taggable/collection.rb

Instance Method Summary collapse

Instance Method Details

#count(column_name = :all) ⇒ Object



172
173
174
175
# File 'lib/acts_as_taggable_on/taggable/collection.rb', line 172

def count(column_name=:all)
  # https://github.com/rails/rails/commit/da9b5d4a8435b744fcf278fffd6d7f1e36d4a4f2
  super
end