Guest User

Untitled

a guest
Jan 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. facebook_integration:
  2.  
  3. lib/
  4. lib/facebook_integration.rb
  5. --->
  6.  
  7. module FacebookIntegration
  8. autoload :ApiClass, 'facebook_integration/api_class'
  9. end
  10.  
  11. lib/favebook_integration/api_class.rb
  12. --->
  13.  
  14. module FacebookIntegration
  15. class ApiClass
  16. end
  17. end
Add Comment
Please, Sign In to add comment