Sha256: 601633ebf00285448b1b8971154e2102c1db50eedfbceb5ce0c21315ea36de4d
Contents?: true
Size: 174 Bytes
Versions: 111
Compression:
Stored size: 174 Bytes
Contents
# frozen_string_literal: true class HelloWorldController < ApplicationController layout "hello_world" def index @hello_world_props = { name: "Stranger" } end end
Version data entries
111 entries across 111 versions & 2 rubygems