Deleted the wrong generate_key
This commit is contained in:
parent
ebfe77fc6d
commit
2814dfceb7
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ class User
|
|||
|
||||
protected
|
||||
|
||||
def generate_key
|
||||
def self.generate_key
|
||||
OpenSSL::PKey::RSA::generate 1024
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue