Commit 4f915a8
Changed files (1)
app
models
app/models/user.rb
@@ -4,7 +4,7 @@ class User < ApplicationRecord
self.uuid = SecureRandom.uuid unless self.uuid
end
- def assertion_attributes
+ def assertion_attributes_for(request)
{
id: uuid,
email: email,