5 lines
96 B
Ruby
5 lines
96 B
Ruby
# frozen_string_literal: true
|
|
|
|
class HomeController < ApplicationController
|
|
def show; end
|
|
end
|