Skip to content

Instantly share code, notes, and snippets.

@beaucollins
Created August 30, 2009 16:41
Show Gist options
  • Save beaucollins/178037 to your computer and use it in GitHub Desktop.
Save beaucollins/178037 to your computer and use it in GitHub Desktop.
[
{
:name => 'name',
:title => 'title',
:body => 'body'
},
{
:name => 'name2',
:title => 'title2',
:body => 'body2'
},
{
:name => 'name3',
:title => 'title 3',
:body => 'body3'
}
].each do |attributes|
Page.create(attributes)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment