how to add association with devise in rails

前端 未结 0 701
刺人心
刺人心 2021-02-18 13:34

I am beginer I want to add associations with devise I have user, product and comment model. def index @products = Product.all end

def show @product = Product.find(params[

相关标签:
回答
  • 消灭零回复
提交回复
热议问题