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 (category, opts = nil)
  root_url.to_s.chomp('/') + (category, opts)
end