Class: GroundControl::Inertia::FeaturesController

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

Instance Method Summary collapse

Instance Method Details

#showObject



6
7
8
9
10
# File 'app/controllers/ground_control/inertia/features_controller.rb', line 6

def show
  render inertia: page("features/show"), props: {
    features: adapter_features
  }
end