Displaying 1 result from an estimated 1 matches for "ablid".
Did you mean:
abid
2007 Jun 30
1
HABTM ReadOnlyRecord
...arning_abls that is a
habtm relation between characters and learning_abls.
The characters_learning_abls table looks like this:
**
character_id int(11) unsigned
learning_abls_id int(11) unsigned
amount double
**
Why cant i update this table though the
**
Character.find(charId).learning_abls.find(ablId).update_attributes({:amount
=> 10}) **
Best regards, Emil
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, se...