Class: Spree::Admin::CurrencyRatesController

Inherits:
ResourceController
  • Object
show all
Defined in:
app/controllers/spree/admin/currency_rates_controller.rb

Instance Method Summary collapse

Instance Method Details

#fetchObject



4
5
6
7
8
# File 'app/controllers/spree/admin/currency_rates_controller.rb', line 4

def fetch
  Spree::CurrencyRate.update_from_open_exchange
  flash[:success] = Spree.t('notice_messages.currency_rate_fetched')
  redirect_to admin_currency_rates_path
end