mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
scratch that, lol
This commit is contained in:
parent
3db83d9e75
commit
dd969ba39f
@ -112,9 +112,7 @@ class User < ApplicationRecord
|
||||
has_many :application_integrations
|
||||
|
||||
def my_universe_ids
|
||||
cache_current_user_content
|
||||
|
||||
@cached_universe_ids = @current_user_content.fetch('Universe', []).map(&:id)
|
||||
@cached_universe_ids ||= universes.pluck(:id)
|
||||
end
|
||||
|
||||
def contributable_universes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user