Skip to content

Instantly share code, notes, and snippets.

@wangjohn
Created May 6, 2013 20:15
Show Gist options
  • Select an option

  • Save wangjohn/5527820 to your computer and use it in GitHub Desktop.

Select an option

Save wangjohn/5527820 to your computer and use it in GitHub Desktop.
Presentation Code
module ActiveRecord
  extend ActiveSupport::Autoload

  autoload :Base
  autoload :Callbacks
  autoload :Core
  ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment