Guest User

Untitled

a guest
Oct 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if @reservations = CrsReservation.reservation_delivery(params)
  2. out = {:json=>@reservations}
  3. else
  4. out = {:text=>'You are not permitted to view this location.'}
  5. end
  6. format.json {
  7. render out
  8. }
  9. format.xml {
  10. render out
  11. }
Add Comment
Please, Sign In to add comment