7 lines
98 B
Ruby
7 lines
98 B
Ruby
# frozen_string_literal: true
|
|
|
|
class HomeController < ApplicationController
|
|
def index
|
|
end
|
|
end
|