mailr/lib/webmail/filter.rb

4 lines
62 B
Ruby
Raw Normal View History

class Filter < ActiveRecord::Base
has_many :expressions
end