Class: ApidocsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApidocsController
- Defined in:
- app/controllers/apidocs_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
7 8 9 10 11 12 |
# File 'app/controllers/apidocs_controller.rb', line 7 def show respond_to do |format| format.html format.json { render json: generate_doc } end end |