8 lines
96 B
Ruby
8 lines
96 B
Ruby
class PostVotesController < ApplicationController
|
|
def create
|
|
end
|
|
|
|
def destroy
|
|
end
|
|
end
|