lib/lockbox.rb in lockbox-0.4.1 vs lib/lockbox.rb in lockbox-0.4.2
- old
+ new
@@ -93,10 +93,9 @@
def self.new(**options)
Encryptor.new(**options)
end
def self.encrypts_action_text_body(**options)
- # runs every reload
ActiveSupport.on_load(:action_text_rich_text) do
ActionText::RichText.encrypts :body, **options
end
end
end