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