6 lines
102 B
Ruby
6 lines
102 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class HomePagesController < ApplicationController
|
||
|
def index; end
|
||
|
end
|