File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ with support of validations and bulk inserts
88[ ![ Dependency Status] ( http://img.shields.io/gemnasium/Fivell/active_admin_import.svg )] ( https://gemnasium.com/Fivell/active_admin_import )
99[ ![ Coverage Status] ( https://coveralls.io/repos/Fivell/active_admin_import/badge.svg?branch=3.0.0 )] ( https://coveralls.io/r/Fivell/active_admin_import?branch=3.0.0 )
1010
11- branch for AA 1.0.0 and Rails >= 4.1
11+ master can be used with AA 1.0.0 and Rails >= 4.1
1212
1313
1414#Installation
@@ -219,7 +219,7 @@ Features of activerecord-import
219219 template: ' import' ,
220220 template_object: ActiveAdminImport ::Model .new (
221221 hint: " specify CSV options"
222- csv_options: {col_sep: " ;" , row_sep nil , : quote_char => nil }
222+ csv_options: {col_sep: " ;" , row_sep: nil , quote_char: nil }
223223 )
224224 end
225225```
You can’t perform that action at this time.
0 commit comments