Creditor bug
This commit is contained in:
parent
0cf5872a98
commit
a477f42601
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ class User < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def self.zeus
|
||||
@@zeus ||= find_or_create_by name: 'Zeus'
|
||||
find_or_create_by name: 'Zeus'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue