config/routes.rb in c80_estate-0.1.0.1 vs config/routes.rb in c80_estate-0.1.0.2
- old
+ new
@@ -1,3 +1,4 @@
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
end
\ No newline at end of file