typo in user
This commit is contained in:
parent
dc0bd363a1
commit
6bd22034b7
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ class User
|
|||
###Helpers############
|
||||
def self.instantiate!( opts = {} )
|
||||
opts[:person][:diaspora_handle] = "#{opts[:username]}@#{APP_CONFIG[:terse_pod_url]}"
|
||||
pts[:person][:url] = APP_CONFIG[:pod_url]
|
||||
opts[:person][:url] = APP_CONFIG[:pod_url]
|
||||
opts[:person][:serialized_key] = generate_key
|
||||
User.create(opts)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue