6 lines
93 B
Crystal
6 lines
93 B
Crystal
class HomeController < ApplicationController
|
|
def index
|
|
render("index.slang")
|
|
end
|
|
end
|