Sha256: b2613b379725dfc971ec2f57d03a1e5a6f6b780c2b03e96e8182006eb1a5d7fa

Contents?: true

Size: 254 Bytes

Versions: 2

Compression:

Stored size: 254 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
c80_news_tz-0.1.1.23 config/routes.rb
c80_news_tz-0.1.1.22 config/routes.rb