Hello all. I have 3 models: Profile.rb has_many :knowledges has_many :skills, :through => :knowledges table (id,name) Knowledge.rb belongs_to :profile belongs_to :skill table (profile_id,skill_id,level) Skill.rb has_many :knowledges has_many :profiles, :through => :knowledges table(id,name) Thats all ok if I want to populate, in the profile "_form", the checkboxes using "profile[skill_ids][]". So, what about the LEVEL field? How can I fill that? Anyone can help with this?? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---