replicate
replicate copied to clipboard
Dumping multiple data isn't working ?
I've been trying to use the default DATA line as suggested.
code = ENV["DATA"] || "User.all; Project.all; Page.all"
However, it always ends up dumping the first object sets only. In that case, it only loads all Users from User.all
Anyone else noticed ?
Try this instead: User.all + Project.all + Page.all