The code powering m.abunchtell.com https://m.abunchtell.com
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

9 行
144 B

  1. Fabricator(:poll) do
  2. account
  3. status
  4. expires_at { 7.days.from_now }
  5. options %w(Foo Bar)
  6. multiple false
  7. hide_totals false
  8. end