6 lines
97 B
Ruby
6 lines
97 B
Ruby
# frozen_string_literal: true
|
|
|
|
class HomeController < ApplicationController
|
|
def show
|
|
end
|
|
end
|