Fix double-hashing in `Ajax::AnonymousBlockController#create`
This commit is contained in:
parent
e660b731d7
commit
abd07373e3
|
@ -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 New Issue