mirror of
https://github.com/mastodon/mastodon.git
synced 2025-03-26 09:03:08 +01:00
7 lines
88 B
Ruby
7 lines
88 B
Ruby
class ProfileController < ApplicationController
|
|
def show
|
|
end
|
|
|
|
def entry
|
|
end
|
|
end
|