Method: EffectivePostsHelper#link_to_post_category

Defined in:
app/helpers/effective_posts_helper.rb

#link_to_post_category(category, options = {}) ⇒ Object



46
47
48
49
# File 'app/helpers/effective_posts_helper.rb', line 46

def (category, options = {})
  category = category.to_s.downcase
  link_to(category.to_s.titleize, (category), title: category.to_s.titleize)
end