Class: Api::PagesController
- Inherits:
-
ApplicationController
- Object
- ActionController::API
- ApplicationController
- Api::PagesController
- Defined in:
- app/controllers/api/pages_controller.rb
Instance Method Summary collapse
Methods included from Response
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/api/pages_controller.rb', line 5 def index render json: { content: 'Welcome to the JOGL API' }, status: :ok end |