mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Remove freeze
method call at csv_header
This commit is contained in:
parent
1fac9d9618
commit
dd513b6313
6 changed files with 6 additions and 6 deletions
|
@ -590,6 +590,6 @@ class Contact < ApplicationRecord
|
|||
end
|
||||
|
||||
def self.csv_header
|
||||
['Name', 'ID', 'Ident', 'E-mail', 'Created at', 'Registrar', 'Phone'].freeze
|
||||
['Name', 'ID', 'Ident', 'E-mail', 'Created at', 'Registrar', 'Phone']
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue