方法
類別公開方法
new(app) 連結
來源: 顯示 | 在 GitHub 上
# File activerecord/lib/active_record/encryption/auto_filtered_parameters.rb, line 6 def initialize(app) @app = app @attributes_by_class = Concurrent::Map.new @collecting = true install_collecting_hook end
實例公開方法
enable() 連結
來源: 顯示 | 在 GitHub 上
# File activerecord/lib/active_record/encryption/auto_filtered_parameters.rb, line 14 def enable apply_collected_attributes @collecting = false end