98755844a1
* Bind sessions to identities * Remove references to the identity token * Move email changes to identity * Move account menu into a turbo-frame * Create tenants from a tenanted route
4 lines
60 B
Ruby
4 lines
60 B
Ruby
class Session < UntenantedRecord
|
|
belongs_to :identity
|
|
end
|