Appease the dog overlords (mostly)
This commit is contained in:
parent
adf294e6cb
commit
9563a586c2
|
@ -19,7 +19,7 @@ class Ajax::CommentController < AjaxController
|
||||||
@response[:status] = :okay
|
@response[:status] = :okay
|
||||||
@response[:message] = t(".success")
|
@response[:message] = t(".success")
|
||||||
@response[:success] = true
|
@response[:success] = true
|
||||||
@response[:render] = render_to_string(partial: 'answerbox/comments', locals: { a: answer, comments: })
|
@response[:render] = render_to_string(partial: "answerbox/comments", locals: { a: answer, comments: })
|
||||||
@response[:count] = answer.comment_count
|
@response[:count] = answer.comment_count
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ require "rails_helper"
|
||||||
describe "answerbox/_comments.html.haml", type: :view do
|
describe "answerbox/_comments.html.haml", type: :view do
|
||||||
subject(:rendered) do
|
subject(:rendered) do
|
||||||
render partial: "answerbox/comments", locals: {
|
render partial: "answerbox/comments", locals: {
|
||||||
comments:, a:
|
comments:, a:,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue