private def find_app
    app = App.where(id: params[:id]).first
    app = App.where(name: params[:id]).first unless app
    if app
      @app = app