Ticket #39 (closed patch: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Associated model file not getting included

Reported by: adityamooley Assigned to:
Priority: major Milestone: 0.9
Component: Active Record Keywords:
Cc:

Description

When using hasMany association, the associated class fie is not getting included causing a FATAL error of class not found.

The attached patch corrects this problem.

Attachments

patch.txt (47 bytes) - added by adityamooley on 08/18/07 06:38:54.

Change History

08/18/07 06:38:54 changed by adityamooley

  • attachment patch.txt added.

08/19/07 11:39:08 changed by bermi

  • milestone set to 0.9.

Aditya, it would be great to have unit test and a properly created patch to know where the patch applies and make sure this doesn't introduces new problems into Akelos

08/20/07 19:42:59 changed by bermi

  • status changed from new to closed.
  • resolution set to fixed.

Fixed also for hasAndBelongsToMany 'includes'

Fixed at [315]