Files
plottservice/app/controllers/profiles_controller.rb
2024-09-02 14:43:38 +02:00

11 lines
109 B
Ruby

class ProfilesController < ApplicationController
def show
end
def edit
end
def destroy
end
end