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
8 lines
153 B
Ruby
8 lines
153 B
Ruby
class My::MenusController < ApplicationController
|
|
include FilterScoped
|
|
|
|
def show
|
|
fresh_when etag: [ @user_filtering, Current.session ]
|
|
end
|
|
end
|