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