has_one?()
Returns true if self is a has_one reflection.
# File activerecord/lib/active_record/reflection.rb, line 445 def has_one?; false; end