The code powering m.abunchtell.com https://m.abunchtell.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

7 行
140 B

  1. Fabricator(:announcement) do
  2. text { Faker::Lorem.paragraph(sentence_count: 2) }
  3. published true
  4. starts_at nil
  5. ends_at nil
  6. end