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 @@ -6,7 +6,7 @@ with support of validations and bulk inserts
66
77[ ![ Build Status] ( http://img.shields.io/travis/Fivell/active_admin_import.svg )] ( https://travis-ci.org/Fivell/active_admin_import )
88[ ![ Dependency Status] ( http://img.shields.io/gemnasium/Fivell/active_admin_import.svg )] ( https://gemnasium.com/Fivell/active_admin_import )
9- [ ![ Coverage Status] ( http ://img.shields. io/coveralls /Fivell/active_admin_import.svg)] ( https://coveralls.io/r/Fivell/active_admin_import )
9+ [ ![ 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
1111 branch for AA 1.0.0 and Rails >= 4.1
1212
@@ -202,7 +202,7 @@ Example6 dynamic CSV options, template overriding
202202 template: ' import' ,
203203 template_object: ActiveAdminImport ::Model .new (
204204 hint: " specify CSV options"
205- csv_options: {col_sep: " ;" , row_sep: nil , :quote_char : nil }
205+ csv_options: {col_sep: " ;" , row_sep nil , :quote_char => nil }
206206 )
207207 end
208208```
You can’t perform that action at this time.
0 commit comments