[Nitro] Aspects after method
Matthew B Gardner
weather at speakeasy.net
Tue Aug 21 01:40:48 EDT 2007
Just a simple question -- I'm trying to get my class to call foo after both
og_read and initialize and I tried the following:
after [:og_read, :initialize], :call => :foo
It's calling foo on og_read, but not on initialize. The class, at least for my
purposes at the moment, is being created via og_create -- I tried replacing
initialize with that and achieved the same results. Any suggestions?
Thanks,
Matt
More information about the Nitro-general
mailing list