I have a belongs_to :groups, :through :user_groups relationship on my user model, and I'm trying to update the update permission to allow users to assign themselves to groups.
I tried adding :groups and :user_groups (and also tried just one or the other) to the only_changed? parameters, but it didn't work. I know the relationship is correct and working because if I switch over to an administrator account I'm able to add them without any issue. Do I need to explicitly allow the user to update the id fields which are normally hidden away? I'm not really sure what the best process is for tracing these permission issues. Any help is, as always, greatly appreciated. Thanks. p.s. I have :accessible => true on the user model relationship as well. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
