mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
4 lines
67 B
Ruby
4 lines
67 B
Ruby
class HomeController < ApplicationController
|
|
def index
|
|
end
|
|
end
|