Class: Hive::PostsCache

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

Overview

Tracks posts cache.

To grab the top 100 category, grouped by payout sum:

Hive::PostsCache.top_payout(:category, 100)
Hive::PostsCache.top_payout # same as #top_payout

Method Summary

Methods inherited from Base

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