Class: Gera::CurrencyRateHistoryIntervalsController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



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

def index
  respond_to do |format|
    format.html { render locals: { title: title, value_decimals: value_decimals } }
    format.json { render json: intervals }
  end
end