Sha256: 983fbd4d8058ff82cc37a54954f94d58eb741f17d63673815c434d41c14dfddc
Contents?: true
Size: 197 Bytes
Versions: 1
Compression:
Stored size: 197 Bytes
Contents
# frozen_string_literal: true class HomeController < ApplicationController def index @items = [ { title: 'Item 1', description: 'Description 1' } ] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby2html-1.0.0 | app/controllers/home_controller.rb |