about summary refs log tree commit diff
path: root/app/controllers/profile_controller.rb
blob: 2374318ebbd27cec44397d60fba70461c8f052cb (plain) (blame)
1
2
3
4
class ProfileController < ApplicationController
  def show
  end
end