<%= notice %>

Name: <%= @currency.name %>

Symbol: <%= @currency.symbol %>

Rate: <%= @currency.rate %>

Rate: <%= @currency.active %>

<%= link_to 'Edit', edit_currency_path(@currency) %> | <%= link_to 'Back', currencies_path %>