2018-11-27 17:09:06 -06:00
|
|
|
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
2018-10-24 11:36:02 -05:00
|
|
|
class EmailList < ActiveRecord::Base
|
2018-10-17 20:47:26 -05:00
|
|
|
attr_accessible :list_name, :mailchimp_list_id, :nonprofit, :tag_master
|
2018-10-24 11:36:02 -05:00
|
|
|
belongs_to :nonprofit
|
|
|
|
belongs_to :tag_master
|
|
|
|
end
|