Guest User

Untitled

a guest
May 23rd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. class WohaaController < ActionController::Base
  2.  
  3. def index
  4. hippie_hippie_loove
  5. render :partial => 'roobyconf'
  6. end
  7.  
  8. def show
  9. hippie-hippie_loove
  10. end
  11. private
  12. def hippie_hippie_loove
  13. @flowers.spread.joy
  14. end
  15. end
Add Comment
Please, Sign In to add comment