mastodon/app/controllers/profile_controller.rb

5 lines
69 B
Ruby
Raw Normal View History

2016-02-22 09:00:20 -06:00
class ProfileController < ApplicationController
def show
end
end