belongs_to(name, scope = nil, options = {})
Instance Public methods
Specifies a one-to-one association with another class. This method should
only be used if this class contains the foreign key. If the other class
contains the foreign key, then you should use has_one instead.
See also ActiveRecord::Associations::ClassMethods's overview on when to
use has_one and when to use belongs_to.
Methods will be added for retrieval and query for a single associated
object, for which this obje