ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

« Previous | Next » 

Revision e2938d26

ID: e2938d26f3bb098e84a77ce0beceb1d45d9251d7
Added by Gregor Schmidt at 2011-11-17 11:16 am

[#708] Using instance var to store journal class name

this way journal classes are only created for classes with
calls to acts_as_journalized. You may now subclass journaled models to extend them with helper methods in plugins w/o interfering with aaj.

Related issues

  • Bug #708: AAJ does not create journals, when models are created using sub classes