Closed davidw closed 10 years ago
Commit fe2dec2ad09089e5be11118c05cc6cfe32ff22c4 did this:
-has_many_forms(HasMany, ModuleName, many, Opts) ->
- has_many_forms(HasMany, ModuleName, all, Opts);
+%% has_many_forms(HasMany, ModuleName, many, Opts) ->
+%% has_many_forms(HasMany, ModuleName, all, Opts);
Which kills has many relations.
closed as per the pull req #167
The
many
argument below looks to be suspect.I get this when trying to do
Student:exams()
.I am not sure - this may be related to trying to use uuid's as foreign keys. bisecting gets me down to these, but without a precise one because they don't compile:
37d5b40ab3de5a87204a6bc5f73317d2277647ce 33e3fd7914d69c24d5e67efe86426c51c12a51ce f936ce8c67682f657f075b29ec20b9dfcfa969b1 fe2dec2ad09089e5be11118c05cc6cfe32ff22c4