fixed csv export bug
This commit is contained in:
parent
d8f3933dc0
commit
9c322d682f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
class Registration < ApplicationRecord
|
class Registration < ApplicationRecord
|
||||||
|
require 'csv'
|
||||||
belongs_to :user
|
belongs_to :user
|
||||||
belongs_to :conference
|
belongs_to :conference
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue