Skip to content

Instantly share code, notes, and snippets.

@nkoehring
Created December 30, 2011 23:37
Show Gist options
  • Save nkoehring/1542049 to your computer and use it in GitHub Desktop.
Save nkoehring/1542049 to your computer and use it in GitHub Desktop.
e = Event.first
e.exhibitor_ids.each do |e_id|
emi = ExhibitorMetaInformation.new(:exhibitor_id => e_id)
e.exhibitors << emi
e.save
end
e.exhibitor_ids = nil
e.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment