Sha256: 52b336b6d17e3abacbc1a159145aa74441a1d84ea56e5841f2d5c7136aab2a49

Contents?: true

Size: 240 Bytes

Versions: 11

Compression:

Stored size: 240 Bytes

Contents

# frozen_string_literal: true

class HomeController < ApplicationController
  def index
    @items = [
      {
        title: 'Item 1',
        description: 'Description 1'
      }
    ]
  end

  def rb_files
    @value = 'value'
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ruby2html-1.5.3 app/controllers/home_controller.rb
ruby2html-1.5.2 app/controllers/home_controller.rb
ruby2html-1.5.1 app/controllers/home_controller.rb
ruby2html-1.5.0 app/controllers/home_controller.rb
ruby2html-1.4.0 app/controllers/home_controller.rb
ruby2html-1.3.3 app/controllers/home_controller.rb
ruby2html-1.3.2 app/controllers/home_controller.rb
ruby2html-1.3.1 app/controllers/home_controller.rb
ruby2html-1.3.0 app/controllers/home_controller.rb
ruby2html-1.2.0 app/controllers/home_controller.rb
ruby2html-1.1.0 app/controllers/home_controller.rb