Module: ActiveRecord::PGCrypto
- Defined in:
- lib/active_record/pgcrypto.rb,
lib/active_record/pgcrypto/patches.rb,
lib/active_record/pgcrypto/version.rb,
lib/active_record/pgcrypto/log_subscriber.rb,
lib/active_record/pgcrypto/symmetric_coder.rb
Overview
…
Defined Under Namespace
Modules: LogSubscriber, PatchedSerialized, SymmetricCoder
Constant Summary collapse
- VERSION =
'0.2.3'.freeze
Class Method Summary collapse
-
.enable_log_subscriber! ⇒ NilClass
Enables the log scrubber.
Class Method Details
.enable_log_subscriber! ⇒ NilClass
Enables the log scrubber
14 15 16 |
# File 'lib/active_record/pgcrypto.rb', line 14 def self.enable_log_subscriber! ::ActiveRecord::LogSubscriber.prepend(LogSubscriber) end |