Sha256: 19a51030f8c57f0d19a0ea518c81ec6bf4dfdd9e928e5c9e1eae52650aa86330

Contents?: true

Size: 395 Bytes

Versions: 3

Compression:

Stored size: 395 Bytes

Contents

require 'c80_lazy_images'

module C80Catoffers
  class ApplicationController < ActionController::Base

    helper C80LazyImages::Engine.helpers

    protect_from_forgery with: :exception

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

    def fake_main

    end

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

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
c80_catoffers-0.1.0.8 app/controllers/c80_catoffers/application_controller.rb
c80_catoffers-0.1.0.7 app/controllers/c80_catoffers/application_controller.rb
c80_catoffers-0.1.0.6 app/controllers/c80_catoffers/application_controller.rb