Method: EffectivePostsHelper#link_to_post_category
- Defined in:
- app/helpers/effective_posts_helper.rb
#link_to_post_category(category, options = {}) ⇒ Object
67 68 69 70 |
# File 'app/helpers/effective_posts_helper.rb', line 67 def link_to_post_category(category, = {}) category = category.to_s.downcase link_to(category.to_s.titleize, effective_post_category_path(category), title: category.to_s.titleize) end |