Class: C80Catoffers::ApplicationController

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

Instance Method Summary collapse

Instance Method Details

#fake_mainObject



16
17
18
# File 'app/controllers/c80_catoffers/application_controller.rb', line 16

def fake_main

end

#offers_guruObject



10
11
12
13
14
# File 'app/controllers/c80_catoffers/application_controller.rb', line 10

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

#price_meObject



20
21
22
23
24
# File 'app/controllers/c80_catoffers/application_controller.rb', line 20

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