Hi
I am trying to import a csv file in active admin . Everything works fine but it displays the names of my model fields in example file incorrectly. For instance my attribute is conference_id , it displays Conference in the header of example file. Is there any way to pass any option so that it does not capitalize my column names and also i dont want it to pluck my attirbute name . Your help will be appreciated.