replicate icon indicating copy to clipboard operation
replicate copied to clipboard

Dumping multiple data isn't working ?

Open neolyte opened this issue 11 years ago • 1 comments

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 ?

neolyte avatar Jul 30 '14 10:07 neolyte

Try this instead: User.all + Project.all + Page.all

miensol avatar Sep 09 '14 09:09 miensol