The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
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