Class: Gera::ExchangeRatesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/gera/exchange_rates_controller.rb

Instance Method Summary collapse

Instance Method Details

#detailsObject



15
16
17
# File 'app/controllers/gera/exchange_rates_controller.rb', line 15

def details
  render 'direction_details', locals: { direction: exchange_rate.direction }, layout: nil
end

#showObject



9
10
11
12
13
# File 'app/controllers/gera/exchange_rates_controller.rb', line 9

def show
  render locals: {
    exchange_rate: exchange_rate
  }
end