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 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 |