Skip to content

Commit

Permalink
Merge branch 'release/0.11.9.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Dec 22, 2016
2 parents 693df68 + 64a62d1 commit cc612f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def answer(question, user)
def text_update(question, user)
@user = user
@question = question
@logged_actions = question.logged_actions.include(:user)
@logged_actions = question.logged_actions
@subject = subject(question.class, :text_update)
mail from: sender_name, to: user.email, subject: @subject
end
Expand Down

0 comments on commit cc612f6

Please sign in to comment.