Answer legislation questions
This commit is contained in:
@@ -8,5 +8,6 @@ class Legislation::QuestionsController < Legislation::BaseController
|
||||
@commentable = @question
|
||||
@comment_tree = CommentTree.new(@commentable, params[:page], @current_order)
|
||||
set_comment_flags(@comment_tree.comments)
|
||||
@answer = @question.answer_for_user(current_user) || Legislation::Answer.new
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user