mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 12:44:03 +00:00
4 lines
160 B
Text
4 lines
160 B
Text
|
|
- headers = ['Name', 'Email']
|
||
|
|
= CSV.generate_line headers
|
||
|
|
- @registrations.each do |registration|
|
||
|
|
= CSV.generate_line([registration.name, registration.email])
|