Sha256: a552febe144419382a0c9f1c5f28e45d44a5459ef063519aad06376dc90b5431
Contents?: true
Size: 210 Bytes
Versions: 4
Compression:
Stored size: 210 Bytes
Contents
class WelcomeController < ApplicationController skip_authentication def index render inertia: "Welcome", props: { railsVersion: Rails.version, rubyVersion: RUBY_DESCRIPTION } end end
Version data entries
4 entries across 4 versions & 1 rubygems