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