config/routes.rb in c80_estate-0.1.0.3 vs config/routes.rb in c80_estate-0.1.0.4

- old
+ new

@@ -1,5 +1,9 @@ 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 \ No newline at end of file