Method: EffectivePostsHelper#effective_post_category_url
- Defined in:
- app/helpers/effective_posts_helper.rb
#effective_post_category_url(category, opts = nil) ⇒ Object
63 64 65 |
# File 'app/helpers/effective_posts_helper.rb', line 63 def effective_post_category_url(category, opts = nil) root_url.to_s.chomp('/') + effective_post_category_path(category, opts) end |