C80Catoffers::Engine.routes.draw do # get 'offers/(:offer_slug)', :to => 'site#view_gallery' # 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' # resources :comments, :only => :create end