Sha256: b56f45f9d59c77738b7748015359710a5dd491502b3fcfa352f84ddd773b26c7

Contents?: true

Size: 170 Bytes

Versions: 7

Compression:

Stored size: 170 Bytes

Contents

class Ahoy::Message < ActiveRecord::Base
  self.table_name = "ahoy_messages"

  belongs_to :user, polymorphic: true, optional: true

  encrypts :to
  blind_index :to
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ahoy_email-2.1.2 lib/generators/ahoy/messages/templates/model_lockbox.rb.tt
ahoy_email-2.1.1 lib/generators/ahoy/messages/templates/model_lockbox.rb.tt
ahoy_email-2.1.0 lib/generators/ahoy/messages/templates/model_encrypted.rb.tt
ahoy_email-2.0.3 lib/generators/ahoy/messages/templates/model_encrypted.rb.tt
ahoy_email-2.0.2 lib/generators/ahoy/messages/templates/model_encrypted.rb.tt
ahoy_email-2.0.1 lib/generators/ahoy/messages/templates/model_encrypted.rb.tt
ahoy_email-2.0.0 lib/generators/ahoy/messages/templates/model_encrypted.rb.tt