mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
rubodog
This commit is contained in:
parent
9d38292d4a
commit
86441cda57
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ module UseCase
|
|||
private
|
||||
|
||||
def increment_asked_count
|
||||
source_user.increment!(:asked_count)
|
||||
source_user.increment(:asked_count)
|
||||
source_user.save
|
||||
end
|
||||
|
||||
def source_user
|
||||
|
|
Loading…
Reference in a new issue