Sha256: e6dbad7a1cfa16f929e78552c3cfe40370c6caf8c3f91b8ef8a08debb4b5f2d1

Contents?: true

Size: 523 Bytes

Versions: 4

Compression:

Stored size: 523 Bytes

Contents

C80RefinePrice::Engine.routes.draw do

  match 'refine_price_popup', :to => 'application#refine_price_popup', :via => :post # сюда обращается js за формой обратной связи, завёрнутой в bootstrap modal
  match 'refine_price_message', :to => 'messages#refine_price_message', :via => :post # на этот скрипт уходят все сообщения с форм обратной связи, затем отправляется почта владельцу сайта

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
c80_refine_price-0.1.0.3 config/routes.rb
c80_refine_price-0.1.0.2 config/routes.rb
c80_refine_price-0.1.0.1 config/routes.rb
c80_refine_price-0.1.0 config/routes.rb