Sha256: 3e0dd1cdbed6dd2f76a3c31d38fa2f72d66758cf0b7b0140508565c060aad7bb

Contents?: true

Size: 155 Bytes

Versions: 39

Compression:

Stored size: 155 Bytes

Contents

# typed: strict
# frozen_string_literal: true

class RootController < ApplicationController
  extend T::Sig

  sig { void }
  def index
    okay
  end
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
hephaestus-0.7.7.2 templates/app/controllers/root_controller.rb
hephaestus-0.7.7 templates/app/controllers/root_controller.rb
hephaestus-0.7.6.2 templates/app/controllers/root_controller.rb
hephaestus-0.7.6.1 templates/app/controllers/root_controller.rb
hephaestus-0.7.6 templates/app/controllers/root_controller.rb
hephaestus-0.7.5.3 templates/app/controllers/root_controller.rb
hephaestus-0.7.5.2 templates/app/controllers/root_controller.rb
hephaestus-0.7.5.1 templates/app/controllers/root_controller.rb
hephaestus-0.7.5 templates/app/controllers/root_controller.rb
hephaestus-0.7.4.2 templates/app/controllers/root_controller.rb
hephaestus-0.7.4.1 templates/app/controllers/root_controller.rb
hephaestus-0.7.4 templates/app/controllers/root_controller.rb
hephaestus-0.7.3.1 templates/app/controllers/root_controller.rb
hephaestus-0.7.3 templates/app/controllers/root_controller.rb
hephaestus-0.7.2.5 templates/app/controllers/root_controller.rb
hephaestus-0.7.2.4 templates/app/controllers/root_controller.rb
hephaestus-0.7.2.3 templates/app/controllers/root_controller.rb
hephaestus-0.7.2.2 templates/app/controllers/root_controller.rb
hephaestus-0.7.2.1 templates/app/controllers/root_controller.rb
hephaestus-0.7.2 templates/app/controllers/root_controller.rb