class Lookbook::EntityStore

def index(entity)

def index(entity)
  @entities.index { _1.id == entity.id }
end