You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
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.allAnyone else noticed ?