config/routes.rb in c80_news_tz-0.1.1.19 vs config/routes.rb in c80_news_tz-0.1.1.21

- old
+ new

@@ -1,3 +1,4 @@ C80NewsTz::Engine.routes.draw do match 'news_guru', :to => 'application#guru', :via => :post + match 'rb', :to => 'banners#counter', :via => :post end