Class: C80Catoffers::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- C80Catoffers::ApplicationController
- Defined in:
- app/controllers/c80_catoffers/application_controller.rb
Instance Method Summary collapse
Instance Method Details
#fake_main ⇒ Object
16 17 18 |
# File 'app/controllers/c80_catoffers/application_controller.rb', line 16 def fake_main end |
#offers_guru ⇒ Object
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_me ⇒ Object
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 |