config/routes.rb in c80_estate-0.1.0.9 vs config/routes.rb in c80_estate-0.1.0.10
- old
+ new
@@ -4,6 +4,8 @@
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
\ No newline at end of file