The following images are served under $RAILS_ROOT/public/images, and are routed (by default) to url (/images/).

<% @images.each do |img| -%>
<%= img[:description] -%>
<%= image_tag img[:file] -%>
<% end -%>