Sha256: 3e0dd1cdbed6dd2f76a3c31d38fa2f72d66758cf0b7b0140508565c060aad7bb

Contents?: true

Size: 155 Bytes

Versions: 74

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

74 entries across 74 versions & 1 rubygems

Version Path
hephaestus-0.8.15.5 templates/app/controllers/root_controller.rb
hephaestus-0.8.15.4 templates/app/controllers/root_controller.rb
hephaestus-0.8.15.3 templates/app/controllers/root_controller.rb
hephaestus-0.8.15.2 templates/app/controllers/root_controller.rb
hephaestus-0.8.15.1 templates/app/controllers/root_controller.rb
hephaestus-0.8.15 templates/app/controllers/root_controller.rb
hephaestus-0.8.14 templates/app/controllers/root_controller.rb
hephaestus-0.8.13 templates/app/controllers/root_controller.rb
hephaestus-0.8.12.2 templates/app/controllers/root_controller.rb
hephaestus-0.8.12.1 templates/app/controllers/root_controller.rb
hephaestus-0.8.12 templates/app/controllers/root_controller.rb
hephaestus-0.8.11 templates/app/controllers/root_controller.rb
hephaestus-0.8.10 templates/app/controllers/root_controller.rb
hephaestus-0.8.9.2 templates/app/controllers/root_controller.rb
hephaestus-0.8.9.1 templates/app/controllers/root_controller.rb
hephaestus-0.8.9 templates/app/controllers/root_controller.rb
hephaestus-0.8.8 templates/app/controllers/root_controller.rb
hephaestus-0.8.7.5 templates/app/controllers/root_controller.rb
hephaestus-0.8.7.4 templates/app/controllers/root_controller.rb
hephaestus-0.8.7.3 templates/app/controllers/root_controller.rb