Class: InertiaExampleController

Inherits:
InertiaController show all
Defined in:
lib/generators/inertia/install/templates/controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
# File 'lib/generators/inertia/install/templates/controller.rb', line 4

def index
  render inertia: { name: params.fetch(:name, 'World') }
end