mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 13:59:07 +01:00
Fix double-hashing in Ajax::AnonymousBlockController#create
This commit is contained in:
parent
e660b731d7
commit
abd07373e3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class Ajax::AnonymousBlockController < AjaxController
|
|||
|
||||
AnonymousBlock.create!(
|
||||
user: current_user,
|
||||
identifier: AnonymousBlock.get_identifier(question.author_identifier),
|
||||
identifier: question.author_identifier,
|
||||
question: question
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue