Extend Google AppEngine User in JRuby?
Posted
by Ryan Montgomery
on Stack Overflow
See other posts from Stack Overflow
or by Ryan Montgomery
Published on 2010-03-17T20:20:46Z
Indexed on
2010/03/19
13:01 UTC
Read the original article
Hit count: 192
I'm working with JRuby and DataMapper running on Google AppEngine.
I want to add a property to the AppEngine::User
like :active_calendar
which is a reference to a Calendar
kind. I was able to do something in Python this way using a back reference. Are these possible in JRuby?
Is this possible? Do I need to subclass the User? Can I even do that? If so - how?
Thanks!
© Stack Overflow or respective owner