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

- old
+ new

@@ -1,4 +1,8 @@ C80NewsTz::Engine.routes.draw do match 'news_guru', :to => 'application#guru', :via => :post match 'rb', :to => 'banners#counter', :via => :post + + get '/auth/:provider/callback', to: 'sessions#create' + delete '/logout', to: 'sessions#destroy' + end