Displaying 1 result from an estimated 1 matches for "has_properti".
Did you mean:
has_property
2006 Jan 26
2
Easy way to add properties to a model?
Hi,
I have a model (let''s say User) and I would like to add any number of
user-defined-settings to this Model. I created a UserSetting Model
with user_id, key and value. I connected them with has_many. I know
how to access these properties from a user but I would like some
methods like user.hasProperty? / user.getProperty ...
I think I know how to write these methods/finders myself but