我有一个简单的JS代码,如下所示。当我点击class Group
# Add a scope to eager load user & robot notes
scope :load_notes, -> { includes(:user_notes, :robot_notes) }
def notes
user_notes & robot_notes
end
end
# Load notes for group collections
Group.load_notes.all.notes
元素时,我会收到一条引用错误,指出当h2
工作正常时h2Elements is not defined
上的console.log('h2Elements', h2Elements)
。
不应该console.log('faqs', faqs)
定义h2Elements
是否通过关闭?
faqs