rails/actiontext/app/models/action_text/encrypted_rich_text.rb
2024-01-24 19:08:44 -05:00

12 lines
230 B
Ruby

# frozen_string_literal: true
# :markup: markdown
module ActionText
class EncryptedRichText < RichText
encrypts :body
end
end
ActiveSupport.run_load_hooks :action_text_encrypted_rich_text, ActionText::EncryptedRichText