Sha256: 4ef4c2cfaeeded87bbcec2aa950c584699b01dfa2daac2c5aa528dd09ce2e9c5
Contents?: true
Size: 352 Bytes
Versions: 2
Compression:
Stored size: 352 Bytes
Contents
require 'c80_lazy_images' module C80Catoffers class ApplicationController < ActionController::Base helper C80LazyImages::Engine.helpers 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
c80_catoffers-0.1.0.5 | app/controllers/c80_catoffers/application_controller.rb |
c80_catoffers-0.1.0.4 | app/controllers/c80_catoffers/application_controller.rb |