Returns:
2 3 4
# File 'app/helpers/blog/post_helper.rb', line 2 def current_post?(post) request.path == post.path end