mirror of
https://github.com/kikobar/mastodon.git
synced 2024-12-26 07:44:23 +00:00
5 lines
67 B
Ruby
5 lines
67 B
Ruby
class HomeController < ApplicationController
|
|
def index
|
|
end
|
|
end
|