Created
September 23, 2013 17:57
-
-
Save jherdman/6674424 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
irb(main):030:0> columns.zip(values).each do |col, val| | |
irb(main):031:1* puts "(#{col}, #{val})" | |
irb(main):032:1> end | |
("id", 2) | |
("program_id", 4) | |
("version", NULL) | |
("title", 'Level 2 Intake Questionnaire Part 1') | |
("description", 'Stage 2 intake questionnaire') | |
("duplicate_allowed", 0) | |
("css_path", NULL) | |
("submit_button_text", NULL) | |
("success_response_text", NULL) | |
("created_at", '2013-09-10 16:44:18') | |
("updated_at", '2013-09-10 16:44:18') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment