class ActiveRecord::Reflection::AssociationReflection
def build_association(*options)
Returns a new, unsaved instance of the associated class. +options+ will
def build_association(*options) klass.new(*options) end
def build_association(*options) klass.new(*options) end