def index
  if current_user
    redirect_to market_path(current_market) and return
  end
end
def index
  if current_user
     return  redirect_to market_path(current_market) 
  end
end
def index
  if current_user
     redirect_to market_path(current_market) 
  end
end