Sha256: 44cfa9727b0fb1bd70f8bafeab6f720c3c6a0d1fa02a882a304d3e9071b6d9ce

Contents?: true

Size: 291 Bytes

Versions: 5

Compression:

Stored size: 291 Bytes

Contents

C80Catoffers::Engine.routes.draw do

  # 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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
c80_catoffers-0.1.0.8 config/routes.rb
c80_catoffers-0.1.0.7 config/routes.rb
c80_catoffers-0.1.0.6 config/routes.rb
c80_catoffers-0.1.0.5 config/routes.rb
c80_catoffers-0.1.0.4 config/routes.rb