Method: EffectiveOrganizationsUser#build_representative
- Defined in:
- app/models/concerns/effective_organizations_user.rb
#build_representative(organization:) ⇒ Object
Find or build
32 33 34 |
# File 'app/models/concerns/effective_organizations_user.rb', line 32 def build_representative(organization:) representative(organization: organization) || representatives.build(organization: organization) end |