Skip to content

Instantly share code, notes, and snippets.

@dangjlin
Created June 20, 2015 02:24
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 dangjlin/18961c618c88ceff9f13 to your computer and use it in GitHub Desktop.
Save dangjlin/18961c618c88ceff9f13 to your computer and use it in GitHub Desktop.
require 'active_support'
require 'active_model'
# ...
module ActiveRecord
extend ActiveSupport::Autoload
autoload :Base
autoload :NoTouching
autoload :Persistence
autoload :QueryCache
autoload :Querying
autoload :Validations
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment