olwen_techno_app/app/models/contact_action.rb
Nicolas Bally 2efaf19094 initial
2018-08-30 22:44:43 +02:00

6 lines
124 B
Ruby

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