Blog
<% @blog_posts.each do |post| %>
<% if post.image.file != nil %> <%= image_tag post.image.thumb.to_s %> <% else %>
<% end %>
<%= link_to post.title, post_path(post) %>
<%= post.description %>
<% end %>