# File lib/active_record/associations.rb, line 1403 def belongs_to(name, options = {}) Builder::BelongsTo.build(self, name, options) end