Skip to content
Snippets Groups Projects
Commit a9827733 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 79c75de9
No related branches found
No related tags found
No related merge requests found
class Communication::Block::Component::Array < Communication::Block::Component::Base
def data=(value)
# Nil values must be turned to ""
@data = value.map { |s| s.to_s }
end
def default_data
['']
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment