The code powering m.abunchtell.com https://m.abunchtell.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

9 satır
197 B

  1. Fabricator(:status) do
  2. account
  3. text "Lorem ipsum dolor sit amet"
  4. after_build do |status|
  5. status.uri = Faker::Internet.device_token if !status.account.local? && status.uri.nil?
  6. end
  7. end