Last active
December 30, 2015 21:09
-
-
Save nakaearth/7885276 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
#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