mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 08:09:07 +01:00
fixed NameError
This commit is contained in:
parent
1495f67cb1
commit
066b3607f9
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -207,7 +207,7 @@ namespace :justask do
|
|||
subscribed = 0
|
||||
|
||||
Answer.all.each do |a|
|
||||
if not s.user.nil? and not s.answer.nil?
|
||||
if not a.user.nil?
|
||||
Subscription.subscribe a.user, a
|
||||
subscribed += 1
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue