8 lines
99 B
Ruby
8 lines
99 B
Ruby
class CommentVotesController < ApplicationController
|
|
def create
|
|
end
|
|
|
|
def destroy
|
|
end
|
|
end
|