Skip to content

Instantly share code, notes, and snippets.

@chewmanfoo
Created December 9, 2010 21:37
Show Gist options
  • Save chewmanfoo/735376 to your computer and use it in GitHub Desktop.
Save chewmanfoo/735376 to your computer and use it in GitHub Desktop.
>> sw.each do |s|
?> d = SoftwareReleaseDetail.new :name => s.name+" Detail", :description => s.description, :installation_method => s.installation_method, :db_required_id => s.db_required_id, :db_schema => s.db_schema, :db_install_method_id => s.db_install_method_id, :db_install_method_description => s.db_install_method_description, :pdr_file_name => s.pdr_file_name, :pdr_content_type => s.pdr_content_type, :pdr_file_size => s.pdr_file_size, :software_release_prerequisite_id => s.software_release_prerequisite_id
>> quit
^
|
why is that happening???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment