bievre_reno_app/app/models/contact_action.rb
Caroline Girard d727d313b7 initial
2018-09-11 13:49:55 +02:00

6 lines
124 B
Ruby

class ContactAction < ActiveRecord::Base
belongs_to :contact
belongs_to :admin
belongs_to :contact_action_pattern
end