about summary refs log tree commit diff stats
path: root/data/maps/the_lively/rooms/L2 Room.txtpb
blob: 094ab10e75077aa535a29fdb708e34164926a66a (plain) (blame)
1
2
3
4
5
6
7
name: "L2 Room"
display_name: "Lively"
letters {
  key: "l"
  level2: true
  path: "Components/Collectables/collectable"
}
ogs, :published, :boolean, null: false, default: false add_column :blogs, :published_at, :datetime, null: true reversible do |dir| dir.up do Blog.all.each do |blog| blog.published = true blog.published_at = blog.created_at blog.save! end end end end end