Sha256: 3aec8388675b1144b752827a450c482c7377d63ab654c8c400f7214655c9fc89
Contents?: true
Size: 504 Bytes
Versions: 16
Compression:
Stored size: 504 Bytes
Contents
# Generated from acts_as_commentable #------------------------------------------------------------------------------ class SystemEmail < ActiveRecord::Base self.table_name = 'core_system_emails' belongs_to :emailable, :polymorphic => true default_scope { where(account_id: Account.current.id) } # --- globalize translates :subject, :body, :fallbacks_for_empty_translations => true globalize_accessors :locales => DmCore::Language.language_array end
Version data entries
16 entries across 16 versions & 1 rubygems