Class: GroundControl::Api::FeaturesController
- Inherits:
-
ApplicationController
- Object
- ActionController::API
- ApplicationController
- GroundControl::Api::FeaturesController
- Defined in:
- app/controllers/ground_control/api/features_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
6 7 8 |
# File 'app/controllers/ground_control/api/features_controller.rb', line 6 def show render json: { data: adapter_features } end |