4 lines
66 B
Ruby
4 lines
66 B
Ruby
class HomeController < ApplicationController
|
|
def show
|
|
end
|
|
end
|