Sha256: 4e96a08f90b97d3aea5d7a37ae0da1d4788543be97186f785927af19b5f670b4

Contents?: true

Size: 508 Bytes

Versions: 6

Compression:

Stored size: 508 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

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
c80_estate-0.1.0.9 config/routes.rb
c80_estate-0.1.0.8 config/routes.rb
c80_estate-0.1.0.7 config/routes.rb
c80_estate-0.1.0.6 config/routes.rb
c80_estate-0.1.0.5 config/routes.rb
c80_estate-0.1.0.4 config/routes.rb