module ActiveRecord::PGCrypto
PostgreSQL PGCrypto
support for [ActiveRecord]
…
Constants
- VERSION
Public Class Methods
enable_log_subscriber!()
click to toggle source
Enables the log scrubber
@return [NilClass]
# File lib/active_record/pgcrypto.rb, line 14 def self.enable_log_subscriber! ::ActiveRecord::LogSubscriber.prepend(LogSubscriber) end