11 lines
109 B
Ruby
11 lines
109 B
Ruby
class ProfilesController < ApplicationController
|
|
def show
|
|
end
|
|
|
|
def edit
|
|
end
|
|
|
|
def destroy
|
|
end
|
|
end
|