Guest User

Untitled

a guest
Jun 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. require 'camping'
  2.  
  3. Camping.goes :Trainer
  4.  
  5. module Trainer::Controllers
  6. class Index < R '/'
  7. def get
  8. p (1..3).to_a.join(", ") + " - Camping!"
  9. end
  10. end
  11. end
Add Comment
Please, Sign In to add comment