Sha256: 14866a68e059984e51296b24f1fddfdbe9ea3d4e9a1e2afbe3ba6efe9505776f

Contents?: true

Size: 410 Bytes

Versions: 4

Compression:

Stored size: 410 Bytes

Contents

require 'c80_lazy_images'

module C80RefinePrice
  class ApplicationController < ActionController::Base

    helper C80LazyImages::Engine.helpers

    protect_from_forgery with: :exception

    # обрабатываем запрос от `.c80_refine_price_show_popup` кнопок за popup формой
    def refine_price_popup
      respond_to do |format|
        format.js
      end
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
c80_refine_price-0.1.0.3 app/controllers/c80_refine_price/application_controller.rb
c80_refine_price-0.1.0.2 app/controllers/c80_refine_price/application_controller.rb
c80_refine_price-0.1.0.1 app/controllers/c80_refine_price/application_controller.rb
c80_refine_price-0.1.0 app/controllers/c80_refine_price/application_controller.rb