accepts_nested_attributes_for not generating foreign key
I have a model
class ServiceRequest < ActiveRecord::Base
has_many :services
accepts_nested_attributes_for :services
0
0
0
加载中,请稍侯......
精彩评论