logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

tag_fabricator.rb (89B)


  1. Fabricator(:tag) do
  2. name { sequence(:hashtag) { |i| "#{Faker::Lorem.word}#{i}" } }
  3. end