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

13 行
221 B

  1. Fabricator(:media_attachment) do
  2. account
  3. file do |attrs|
  4. case attrs[:type]
  5. when :gifv, :video
  6. attachment_fixture('attachment.webm')
  7. else
  8. attachment_fixture('attachment.jpg')
  9. end
  10. end
  11. end