Class: GroundControl::Api::FeaturesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/ground_control/api/features_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



6
7
8
# File 'app/controllers/ground_control/api/features_controller.rb', line 6

def show
  render json: { data: adapter_features }
end