Class: TaxJp::WithheldTaxesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- TaxJp::WithheldTaxesController
- Defined in:
- app/controllers/tax_jp/withheld_taxes_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
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 |