bievre_app/app/models/contact_action.rb
Caroline Girard dee35396f0 initial
2018-09-07 11:04:43 +02:00

6 lines
124 B
Ruby

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