Guest User

Untitled

a guest
Feb 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. compact_app = <<COMPACT
  2. require 'foundations/compact'
  3.  
  4. module #{app_name}
  5. include Waves::Foundations::Compact
  6.  
  7. module Resources
  8. class Map
  9.  
  10. end
  11. end
  12. end
  13. COMPACT
Add Comment
Please, Sign In to add comment