Class: Monologue::Tag

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

Instance Method Summary collapse

Instance Method Details

#frequencyObject



12
13
14
# File 'app/models/monologue/tag.rb', line 12

def frequency
  posts_with_tag.size
end

#posts_with_tagObject



8
9
10
# File 'app/models/monologue/tag.rb', line 8

def posts_with_tag
  self.posts.published
end