Class: Api::V1::ConfigsController
- Inherits:
-
BaseController
- Object
- BaseController
- Api::V1::ConfigsController
- Defined in:
- app/controllers/api/v1/configs_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
4 5 6 |
# File 'app/controllers/api/v1/configs_controller.rb', line 4 def show render json: FoodsoftConfig, serializer: ConfigSerializer, root: 'config' end |