A1-frkweiichi / RUNTEQ_ARTICLES_BOT

1 stars 0 forks source link

Gmail へ 投稿対象の記事数内訳 を報告 #51

Closed A1-frkweiichi closed 2 months ago

A1-frkweiichi commented 3 months ago
$ User.count
=> 17

$ Article.count
=> 194

$ Article.where(is_postable: true, is_active: true).count
=> 38

$ Article.where(is_postable: true, is_active: true)
        .group(:post_count)
        .count
=> {0=>31, 1=>7}