Sha256: fc592d1e0a142ce69ba0d5a003481d51430f2a8742f4e97c62cdd7b21cd8cd2c

Contents?: true

Size: 870 Bytes

Versions: 15

Compression:

Stored size: 870 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/can_edit_area', :to => 'ajax#can_edit_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

15 entries across 15 versions & 1 rubygems

Version Path
c80_estate-0.1.0.39 config/routes.rb
c80_estate-0.1.0.38 config/routes.rb
c80_estate-0.1.0.37 config/routes.rb
c80_estate-0.1.0.36 config/routes.rb
c80_estate-0.1.0.35 config/routes.rb
c80_estate-0.1.0.34 config/routes.rb
c80_estate-0.1.0.33 config/routes.rb
c80_estate-0.1.0.32 config/routes.rb
c80_estate-0.1.0.31 config/routes.rb
c80_estate-0.1.0.30 config/routes.rb
c80_estate-0.1.0.29 config/routes.rb
c80_estate-0.1.0.28 config/routes.rb
c80_estate-0.1.0.27 config/routes.rb
c80_estate-0.1.0.26 config/routes.rb
c80_estate-0.1.0.25 config/routes.rb