Files
danbooru/app/controllers/comment_votes_controller.rb

8 lines
99 B
Ruby

class CommentVotesController < ApplicationController
def create
end
def destroy
end
end