Sha256: 8c0c43ab2705c91aa0bfadc25f0d71b681c82848269fd0e403e5f44f6e03b807

Contents?: true

Size: 590 Bytes

Versions: 14

Compression:

Stored size: 590 Bytes

Contents

C80Estate::Engine.routes.draw do
  match '/estate/get_atype_propnames', :to => 'ajax#get_atype_propnames', :via => :post
  match '/estate/areas_ecoef', :to => 'ajax#areas_ecoef', :via => :post
  match '/estate/properties_busy_coef', :to => 'ajax#properties_busy_coef', :via => :post

  match '/estate/table_properties_coef_busy', :to => 'ajax_view#table_properties_coef_busy', :via => :post
  match '/estate/table_properties_coef_busy_sq', :to => 'ajax_view#table_properties_coef_busy_sq', :via => :post

  match "/estate/areas_import_exel", :to => "ajax_areas#exel_import", via: :post

end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
c80_estate-0.1.0.23 config/routes.rb
c80_estate-0.1.0.22 config/routes.rb
c80_estate-0.1.0.21 config/routes.rb
c80_estate-0.1.0.20 config/routes.rb
c80_estate-0.1.0.19 config/routes.rb
c80_estate-0.1.0.18 config/routes.rb
c80_estate-0.1.0.17 config/routes.rb
c80_estate-0.1.0.16 config/routes.rb
c80_estate-0.1.0.15 config/routes.rb
c80_estate-0.1.0.14 config/routes.rb
c80_estate-0.1.0.13 config/routes.rb
c80_estate-0.1.0.12 config/routes.rb
c80_estate-0.1.0.11 config/routes.rb
c80_estate-0.1.0.10 config/routes.rb