Person < World::Base
Post.monoceros.each_with_index monoceros, index
puts "#{index}. #{monoceros.create_at.strftime %x} #{monoceros}";
Post.thoughts.each_with_index thought, index
puts "#{index}. #{thought.create_at.strftime %x} #{thought}";