Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Last active December 19, 2015 08:19
Show Gist options
  • Save ashleygwilliams/5924612 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/5924612 to your computer and use it in GitHub Desktop.
# app.rb
Dir.glob('./lib/*.rb') do |model|
require model
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment