Class: TaxJp::WithheldTaxesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/tax_jp/withheld_taxes_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



7
8
9
# File 'app/controllers/tax_jp/withheld_taxes_controller.rb', line 7

def index
  @withheld_taxes = TaxJp::WithheldTax.find_all_by_date(@finder.from)
end