price-point-api/app/controllers/users_controller.rb

14 lines
111 B
Ruby
Raw Normal View History

2026-06-10 15:51:32 +00:00
class UsersController < ApplicationController
def create
end
def show
end
def destroy
end
end