Class: InertiaExampleController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- InertiaExampleController
- Defined in:
- lib/generators/inertia_rails/install/controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
2 3 4 5 6 |
# File 'lib/generators/inertia_rails/install/controller.rb', line 2 def index render inertia: 'InertiaExample', props: { name: 'World', } end |