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