> Whats the difference of the arguments for :available_to on a > transition, vs. :available_to on a creator? > Seems as if an argument of "User" doesn't work on a transition.
In the pastie you have User, not "User" (missing quotes) - that looks like the problem. In general you want to avoid mentioning class constants in your model declarations, as you can get into cyclic dependencies and your models wont load. That's why active-record uses :class_name and not :class Tom --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
