Class: AppManager::BannersController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- AppManager::BannersController
- Defined in:
- app/controllers/app_manager/banners_controller.rb
Instance Method Summary collapse
Instance Method Details
#marketing_banner ⇒ Object
6 7 8 9 10 11 12 13 14 |
# File 'app/controllers/app_manager/banners_controller.rb', line 6 def begin = AppManager::Client.new render json: . rescue Exception => e @fs = AppManager::FailSafe.new render json: @fs.get_local_app_structures end end |