mirror of
https://github.com/mastodon/mastodon.git
synced 2026-07-10 04:24:12 -05:00
8 lines
88 B
Ruby
8 lines
88 B
Ruby
class ProfileController < ApplicationController
|
|
def show
|
|
end
|
|
|
|
def entry
|
|
end
|
|
end
|