<%= notice %>

Currencies

<% @currencies.each do |currency| %> <% end %>
Name Symbol Rate
<%= currency.name %> <%= currency.symbol %> <%= currency.rate %> <%= link_to 'Show', currency %> <%= link_to 'Edit', edit_currency_path(currency) %>

<%= link_to 'New Currency', new_currency_path %>