blob: b91ca9ae94c65d62d14dfe37cbcbbb00ab9f149b (
plain)
| 1
2
3
4
5
 | collection @time_tables, :object_root => false
node do |time_table|
  { :id => time_table.id, :comment => time_table.comment, :time_table_bounding => time_table_bounding( time_table), :composition_info => composition_info(time_table) }
end
 |