Method: Actor#relation_customs

Defined in:
app/models/actor.rb

#relation_customsObject

All the relations defined by this Actor



189
190
191
# File 'app/models/actor.rb', line 189

def relation_customs
  relations.where(:type => 'Relation::Custom')
end