Sha256: 3167d156c16b1be668da3889b115c155eb33d4baf85d57b8bbe5f3dc1172a6f4
Contents?: true
Size: 151 Bytes
Versions: 17
Compression:
Stored size: 151 Bytes
Contents
class InertiaExampleController < ApplicationController def index render inertia: 'InertiaExample', props: { name: 'World', } end end
Version data entries
17 entries across 17 versions & 2 rubygems