私はこのコードを持っています:
<%= @r2_blog_posts = Refinery::Blog::Post.recent(2) %>
<%= link_to(@r2_blog_posts.first) do %>
<%= image_tag(@r2_blog_posts.first.teaser_first_img) %>
<% end %>
2 行目にこのエラーが表示されます: undefined method `post_path' for #<#:0x0000000841c168> teaser_first_img is return src attribute of the first image in teaser