migrate mailr 2.2.2 to 2.3.2
This commit is contained in:
parent
56039cc595
commit
ae789b1d84
23 changed files with 5 additions and 48 deletions
5
lib/webmail/environment.rb
Normal file
5
lib/webmail/environment.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'maildropserializator'
|
||||
Customer.class_eval do
|
||||
include MaildropSerializator
|
||||
has_many :filters, :order => "order_num", :dependent => true
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue