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