Class: Refinery::Contacts::Mail
- Inherits:
-
Refinery::Core::BaseModel
- Object
- Refinery::Core::BaseModel
- Refinery::Contacts::Mail
- Defined in:
- app/models/refinery/contacts/mail.rb
Class Method Summary collapse
Class Method Details
.obfuscated ⇒ Object
9 10 11 12 13 |
# File 'app/models/refinery/contacts/mail.rb', line 9 def self. self.all.each do |m| m.mail = self.to_decimal_entities(m.mail).html_safe end end |