Thanks Salil for your help. I had given like
Java<%=check_box_tag "employees", "skills[]", "Java" %> Rails<%=check_box_tag "employees", "skills[]", "Rails" %> since it belongs to the "employee" object. So both the checkboxes (Java and Rails) are selected in the "new" page. In the controller, I had given @employees = Employees.new(@params['employees']) @employees.save Also in the DB, I am having a table called as "employees" and in that "skills" is a column. Is it possible to have a single column "skills" for multiple checkboxes (Java, Rails and C) Can you please suggest what needs to be done. -- 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, 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

