Skip to content

Instantly share code, notes, and snippets.

@nakaearth
Last active December 30, 2015 21:09
Show Gist options
  • Save nakaearth/7885276 to your computer and use it in GitHub Desktop.
Save nakaearth/7885276 to your computer and use it in GitHub Desktop.
ブログネタ初期データ投入
#coding: utf-8
Event.create(title: '忘年会', description: '会社の忘年会をします')
Event.create(title: 'クリスマス会', description: '家族でクリスマス会をします。')
Event.create(title: '子供と出かける日', description: '子供を連れて、買い物に行きます')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment