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 1514 def default_right_key 1515 :"#{self[:name]}_id" 1516 end
reciprocal()
one_through_one associations have no reciprocals
[show source]
# File lib/sequel/model/associations.rb 1519 def reciprocal 1520 nil 1521 end