Class: Hive::PostTag

Inherits:
Base
  • Object
show all
Defined in:
lib/hive/models/post_tag.rb

Overview

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

Method Summary

Methods inherited from Base

delete, #delete, delete_all, transform_account_selector, #update, update_all