postmaster_filter.rb 123 B

12345
  1. class PostmasterFilter < ApplicationModel
  2. store :perform
  3. store :match
  4. validates :name, :presence => true
  5. end