Skip to content

Instantly share code, notes, and snippets.

@tadast
Created July 26, 2011 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadast/1107116 to your computer and use it in GitHub Desktop.
Save tadast/1107116 to your computer and use it in GitHub Desktop.
# yes it is HAML
- Language.all.each do |language|
= label_tag do
= check_box_tag "teachers[language_ids][]", language.id, f.object.languages.include?(language)
= language.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment