middleman/fixtures/feature-params-app/source/index.html.erb
2011-12-25 10:06:45 -08:00

3 lines
60 B
Plaintext

<% a_options.each do |k, v| %>
<%= k %>: <%= v%>
<% end %>