5 lines
69 B
Ruby
5 lines
69 B
Ruby
class ProfileController < ApplicationController
|
|
def show
|
|
end
|
|
end
|