5 lines
106 B
Text
5 lines
106 B
Text
|
child @events => :data do
|
||
|
collection @events, object_root: false
|
||
|
attributes :name, :date, :url, :id
|
||
|
end
|