belongs_to?()
Returns true if self is a belongs_to reflection.
# File activerecord/lib/active_record/reflection.rb, line 121 def belongs_to? macro == :belongs_to end