def index
    @comments = @event.comments.includes(:user)
    if params[:before]
      @comments = @comments.before(params[:before])
    else