Sha256: 0e636fd0507a3b027bb13cced633b3e4d45763b21f9365eda5fa7c49918918e2

Contents?: true

Size: 338 Bytes

Versions: 31

Compression:

Stored size: 338 Bytes

Contents

TaxJp::Engine.routes.draw do
  resources :consumption_taxes, only: 'index'
  resources :bonus_withheld_taxes, only: 'index'
  resources :depreciation_rates, only: 'index'
  resources :employment_insurances, only: 'index'
  resources :social_insurances, only: 'index'
  resources :withheld_taxes, only: 'index'

  root to: 'top#index'
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
tax_jp-1.2.12 config/routes.rb
tax_jp-1.2.11 config/routes.rb
tax_jp-1.2.10 config/routes.rb
tax_jp-1.2.9 config/routes.rb
tax_jp-1.2.8 config/routes.rb
tax_jp-1.2.7 config/routes.rb
tax_jp-1.2.6 config/routes.rb
tax_jp-1.2.5 config/routes.rb
tax_jp-1.2.4 config/routes.rb
tax_jp-1.2.3 config/routes.rb
tax_jp-1.2.2 config/routes.rb
tax_jp-1.2.1 config/routes.rb
tax_jp-1.2.0 config/routes.rb
tax_jp-1.1.12 config/routes.rb
tax_jp-1.1.11 config/routes.rb
tax_jp-1.1.10 config/routes.rb
tax_jp-1.1.9 config/routes.rb
tax_jp-1.1.8 config/routes.rb
tax_jp-1.1.7 config/routes.rb
tax_jp-1.1.6 config/routes.rb