Sha256: 7c833b1282df75ab341ba3af877cca7563adf3bf705e58b71e79cb909073582e

Contents?: true

Size: 794 Bytes

Versions: 1

Compression:

Stored size: 794 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/can_view_statistics_property', :to => 'ajax#can_view_statistics_property', :via => :post
  match '/estate/can_view_statistics_area', :to => 'ajax#can_view_statistics_area', :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

1 entries across 1 versions & 1 rubygems

Version Path
c80_estate-0.1.0.24 config/routes.rb