Skip to content

Instantly share code, notes, and snippets.

@solars

solars/test.rb Secret

Created February 2, 2016 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solars/d2d8bc56dcfa2aaff069 to your computer and use it in GitHub Desktop.
Save solars/d2d8bc56dcfa2aaff069 to your computer and use it in GitHub Desktop.
puts 'A'
require BASE_PATH+'common/General'
require BASE_PATH+'common/stays/TimeSpans'
require BASE_PATH+'common/policies/policies'
require BASE_PATH+'common/descriptions/Descriptions'
require BASE_PATH+'hotel-content/HotelContent'
require BASE_PATH+'common/descriptions/PropertyInfo'
require BASE_PATH+'reservations/Reservation'
require BASE_PATH+'common/profiles/Profile'
require BASE_PATH+'common/POS'
require BASE_PATH+'common/requests'
require BASE_PATH+'common/responses'
require BASE_PATH+'extensions/attachments'
puts 'B'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment