migrate mailr 2.2.2 to 2.3.2

This commit is contained in:
yuzai chen 2009-07-30 13:01:48 +08:00
parent 56039cc595
commit ae789b1d84
23 changed files with 5 additions and 48 deletions

3
lib/webmail/filter.rb Normal file
View file

@ -0,0 +1,3 @@
class Filter < ActiveRecord::Base
has_many :expressions
end