mirror of
https://github.com/glitch-soc/mastodon
synced 2025-07-30 16:21:46 +00:00
5 lines
67 B
Ruby
5 lines
67 B
Ruby
|
class HomeController < ApplicationController
|
||
|
def index
|
||
|
end
|
||
|
end
|