Class: InertiaExampleController
- Inherits:
-
InertiaController
- Object
- ApplicationController
- InertiaController
- InertiaExampleController
- Defined in:
- lib/generators/inertia/install/templates/controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/generators/inertia/install/templates/controller.rb', line 4 def index render inertia: { rails_version: Rails.version, ruby_version: RUBY_DESCRIPTION, rack_version: Rack.release, inertia_rails_version: InertiaRails::VERSION, } end |