Class: GroundControl::Inertia::FeaturesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- GroundControl::Inertia::FeaturesController
- Defined in:
- app/controllers/ground_control/inertia/features_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
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 |