Guest User

Untitled

a guest
Sep 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # lib/store.rb
  2.  
  3.  
  4. module Custom
  5. module Store
  6. class Home
  7. include Presto::Api
  8. http.map
  9.  
  10. def category *args
  11. #get_main_categories
  12. #get_current_category args.first
  13. #get_random_products 10
  14. @category_name = "TESTING"
  15. view.render
  16. end
  17.  
  18. end
  19. end
  20. end
Add Comment
Please, Sign In to add comment