This website requires JavaScript.
Explore
Help
Sign In
mirror
/
whippy-edition
Watch
1
Star
0
Fork
0
You've already forked whippy-edition
mirror of
https://github.com/whippyshou/mastodon
synced
2024-12-16 23:59:01 +09:00
Code
0cfdd1a401
whippy-edition
/
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-19 08:43:52 +09:00
Fabricator
(
:account_stat
)
do
account
nil
Autofix Rubocop Style/StringLiterals (#23695)
2023-02-19 07:38:14 +09:00
statuses_count
''
following_count
''
followers_count
''
Extract counters from accounts table to account_stats table (#9295)
2018-11-19 08:43:52 +09:00
end
Copy Permalink