class Hive::PostTag
Tracks post tags.
To grab the top 100 tags, grouped by post count:
Hive::PostTag.top_count(:tag, 100) Hive::PostTag.top_count # same as #top_count
Tracks post tags.
To grab the top 100 tags, grouped by post count:
Hive::PostTag.top_count(:tag, 100) Hive::PostTag.top_count # same as #top_count