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

3 lines
No EOL
60 B
Text

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