Guest User

Untitled

a guest
Dec 14th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. def show
  2. path = params[:id] || "/"
  3. begin
  4. initialize_client
  5. @dropbox_email = @client.account.email
  6. @files = @client.ls(path)
  7. rescue Exception
  8. redirect_to adveli.new_dropbox_path
  9. end
  10. end
Add Comment
Please, Sign In to add comment