Class: Platform::Api::AppsController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- BaseController
- Platform::Api::AppsController
- Defined in:
- app/controllers/platform/api/apps_controller.rb
Constant Summary
Constants inherited from BaseController
BaseController::PLATFORM_NON_LOGGED_EXCEPTIONS
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
28 29 30 |
# File 'app/controllers/platform/api/apps_controller.rb', line 28 def index render_response(Platform::Application.all) end |