
after :create returns without an ID
Reported by Ben Schwarz | June 1st, 2008 @ 10:08 PM
in account.rb
property :id, Integer, :serial => true
after :create do self.index_projects! end
def index_projects! raise self.id end
The raise throws TypeError: exception object expected, the ID is set to nil.
If I load console : Account.first, the record has an Id.
Comments and changes to this ticket
-
Sam Smoot June 2nd, 2008 @ 02:40 PM
Ben,
do you have a more full example to repro this? I'm going to go ahead and try to spec this out, but the methods you're calling are important so that bit would be helpful.
Thanks, -Sam
-
Sam Smoot June 2nd, 2008 @ 03:50 PM
- State changed from new to invalid
Could not reproduce: http://github.com/sam/dm-core/co...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »