class ProfileController < ApplicationController
|
|
def show
|
|
end
|
|
|
|
def entry
|
|
end
|
|
end
|