Class: Platform::Api::AppsController

Inherits:
BaseController show all
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

#indexObject



28
29
30
# File 'app/controllers/platform/api/apps_controller.rb', line 28

def index
  render_response(Platform::Application.all) 
end