parent
674f531a18
commit
a3a228862c
3 changed files with 24 additions and 0 deletions
|
@ -23,4 +23,6 @@ class RelationMember < ApplicationRecord
|
|||
|
||||
belongs_to :relation
|
||||
belongs_to :member, :polymorphic => true
|
||||
|
||||
validates :member_role, :allow_blank => true, :length => { :maximum => 255 }, :characters => true
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue