diff --git a/app/views/cards/serendipitous/_content_question.html.erb b/app/views/cards/serendipitous/_content_question.html.erb index 84564a86..84cea5ae 100644 --- a/app/views/cards/serendipitous/_content_question.html.erb +++ b/app/views/cards/serendipitous/_content_question.html.erb @@ -1,4 +1,4 @@ -<% if question && !content.send(question[:field]).is_a?(ActiveRecord::Associations::CollectionProxy) %> +<% if question && question[:field] && !content.send(question[:field]).is_a?(ActiveRecord::Associations::CollectionProxy) %>