gpt4 book ai didi

ruby-on-rails-3 - 导轨 3 : copy attributes and values from one template model to a different model

转载 作者:行者123 更新时间:2023-12-04 18:21:34 28 4
gpt4 key购买 nike

我有一组记录,我希望每个用户从 item_templates 表中开始。然后,在 items 表中,我有 user_id 和每个项目。所以,基本上模式看起来像;

item_templates 表:

  • 商品代码
  • 元素名称
  • ...一堆其他属性

  • 元素表:
  • 用户 ID
  • 商品代码
  • 元素名称
  • ...一堆其他属性

  • 每次创建新用户时,我都想在项目表中为该用户复制模板中的项目。有什么简单的方法可以避免对所有属性进行编码以从 item_templates 复制到项目?

    最佳答案

    item.update_attributes(template.attributes)

    关于ruby-on-rails-3 - 导轨 3 : copy attributes and values from one template model to a different model,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10562883/

    28 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com