Rails form won't display value of new object attribute outside of select field

后端 未结 0 1383
悲哀的现实
悲哀的现实 2021-01-05 06:42

Using SimpleForm in a Rails 6 app, I have a nested object that is created multiple times on the new method for the parent object:

def new
    @issue = @issuea         


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