This website requires JavaScript.
Explore
Help
Register
Sign In
treehouse
/
mastodon
Watch
21
Star
8
Fork
You've already forked mastodon
5
Code
Issues
32
Pull Requests
Projects
1
Releases
Wiki
Activity
247bf6e812
mastodon
/
spec
/
fabricators
/
account_stat_fabricator.rb
7 lines
118 B
Ruby
Raw
Normal View
History
Unescape
Escape
Extract counters from accounts table to account_stats table (#9295)
2018-11-18 23:43:52 +00:00
Fabricator
(
:account_stat
)
do
account
nil
Autofix Rubocop Style/StringLiterals (#23695)
2023-02-18 22:38:14 +00:00
statuses_count
''
following_count
''
followers_count
''
Extract counters from accounts table to account_stats table (#9295)
2018-11-18 23:43:52 +00:00
end