mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-18 02:28:08 +00:00
5 lines
69 B
Ruby
5 lines
69 B
Ruby
class ProfileController < ApplicationController
|
|
def show
|
|
end
|
|
end
|