I am receiving a error on the line = select_tag :ethnicity, ['Asian', 'Black', 'Biracial', 'Indian', 'Hispanic/Latin', 'Middle Eastern', 'Native American', 'Pacific Islander', 'White', 'Other'], prompt: 'ethnicity/race' that reads no implicit conversion of Array into String
Can someone assist?
index.html.slim:
= form_tag searches_path, method: :get do
.select4
.col.col7 style='margin-left: 10px;width:233px;'
= select_tag :ethnicity, ['Asian', 'Black', 'Biracial', 'Indian', 'Hispanic/Latin', 'Middle Eastern', 'Native American', 'Pacific Islander', 'White', 'Other'], prompt: 'ethnicity/race'