Guest User

Untitled

a guest
Sep 24th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. app = Presto::App.new
  2. app.mount SliceName do
  3.  
  4. http.before do
  5. unless http.action == :login
  6. http.redirect http.route(:login) unless http.user
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment