Method: Sequel::Model::Associations::OneThroughOneAssociationReflection#reciprocal
- Defined in:
- lib/sequel/model/associations.rb
#reciprocal ⇒ Object
one_through_one associations have no reciprocals
1525 1526 1527 |
# File 'lib/sequel/model/associations.rb', line 1525 def reciprocal nil end |