Sha256: a5458a3f74dc295a76a76520a91ebc1b65a11c6e5fdbddbbef5bc21f70abdb75
Contents?: true
Size: 143 Bytes
Versions: 9
Compression:
Stored size: 143 Bytes
Contents
class HelloWorldController < ApplicationController layout "hello_world" def index @hello_world_props = { name: "Stranger" } end end
Version data entries
9 entries across 9 versions & 1 rubygems