aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record.rb
diff options
context:
space:
mode:
authorMichael Ryan <perceptec@gmail.com>2015-02-18 17:55:48 -0500
committerMichael Ryan <perceptec@gmail.com>2015-02-18 18:30:05 -0500
commitb9a1e9a4b2289de199b214a542aa9fd3cb19be54 (patch)
treea9f68a591fd3d430e4a77295a85a1a54961ae481 /activerecord/lib/active_record.rb
parent83be86933d7faf43ff1717f4258d54fc72d3193c (diff)
downloadrails-b9a1e9a4b2289de199b214a542aa9fd3cb19be54.tar.gz
rails-b9a1e9a4b2289de199b214a542aa9fd3cb19be54.tar.bz2
rails-b9a1e9a4b2289de199b214a542aa9fd3cb19be54.zip
Add `ActiveRecord::Base.suppress`
Diffstat (limited to 'activerecord/lib/active_record.rb')
-rw-r--r--activerecord/lib/active_record.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/lib/active_record.rb b/activerecord/lib/active_record.rb
index d9d47c3d99..ef14e065ae 100644
--- a/activerecord/lib/active_record.rb
+++ b/activerecord/lib/active_record.rb
@@ -62,6 +62,7 @@ module ActiveRecord
autoload :Serialization
autoload :StatementCache
autoload :Store
+ autoload :Suppressor
autoload :TableMetadata
autoload :Timestamp
autoload :Transactions