Included modules
Public Instance methods
default_right_key()
one_through_one associations should not singularize the association name when creating the foreign key.
[show source]
# File lib/sequel/model/associations.rb 1520 def default_right_key 1521 :"#{self[:name]}_id" 1522 end
reciprocal()
one_through_one associations have no reciprocals
[show source]
# File lib/sequel/model/associations.rb 1525 def reciprocal 1526 nil 1527 end