config/routes.rb in c80_catoffers-0.1.0.3 vs config/routes.rb in c80_catoffers-0.1.0.4
- old
+ new
@@ -1,13 +1,7 @@
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
+ # root to: 'application#fake_main' # NOTE:: добавлен только чтобы работал UrlsHelper
+ match 'offers_guru', :to => 'application#offers_guru', :via => :post
+ match 'price_me', :to => 'application#price_me', :via => :post
end