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

  def entry
  end
end