carnetdejeu-crystal/src/controllers/home_controller.cr

6 lines
93 B
Crystal
Raw Permalink Normal View History

2018-09-03 21:08:32 +00:00
class HomeController < ApplicationController
def index
render("index.slang")
end
end