ActiveRecord
记得has_xxx
has_many :prices
记得accepts_nested_attributes_for
accepts_nested_attributes_for :prices
记得在controller里实例化(否则不显示)
@user.prices.build
记得has_xxx
has_many :prices
记得accepts_nested_attributes_for
accepts_nested_attributes_for :prices
记得在controller里实例化(否则不显示)
@user.prices.build