Class: WhatsonCategory

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/whatson_category.rb

Instance Method Summary collapse

Instance Method Details

#post_countObject



15
16
17
# File 'app/models/whatson_category.rb', line 15

def post_count
  posts.select(&:live?).count
end