Files
Mastodon/app/controllers/profile_controller.rb
2016-02-23 19:17:37 +01:00

8 lines
88 B
Ruby

class ProfileController < ApplicationController
def show
end
def entry
end
end