Class: C80RefinePrice::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/c80_refine_price/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#refine_price_popupObject

обрабатываем запрос от ‘.c80_refine_price_show_popup` кнопок за popup формой



11
12
13
14
15
# File 'app/controllers/c80_refine_price/application_controller.rb', line 11

def refine_price_popup
  respond_to do |format|
    format.js
  end
end