stubbed in blank controllers/helpers/functional tests
This commit is contained in:
7
app/controllers/comment_votes_controller.rb
Normal file
7
app/controllers/comment_votes_controller.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class CommentVotesController < ApplicationController
|
||||
def create
|
||||
end
|
||||
|
||||
def destroy
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user