7 lines
93 B
Ruby
7 lines
93 B
Ruby
class HomeController < ApplicationController
|
|
|
|
def index
|
|
@year = 2022
|
|
end
|
|
end
|