Class: WhatsonCategory
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- WhatsonCategory
- Defined in:
- app/models/whatson_category.rb
Instance Method Summary collapse
Instance Method Details
#post_count ⇒ Object
15 16 17 |
# File 'app/models/whatson_category.rb', line 15 def post_count posts.select(&:live?).count end |