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