This website requires JavaScript.
Explore
Help
Sign In
edshot99
/
eBooru
Watch
1
Star
0
Fork
0
You've already forked eBooru
forked from
e621ng/e621ng
Code
Issues
11
Releases
1
Activity
master2
eBooru
/
test
/
factories
/
upload_whitelist.rb
7 lines
94 B
Ruby
Raw
Permalink
Normal View
History
Unescape
Escape
[RuboCop] Enable `Style/FrozenStringLiteralComment` This reduces allocations on the posts page by about 5%, from basic testing
2024-02-25 12:15:55 -05:00
# frozen_string_literal: true
Normalize EOL style + newline at end of files.
2020-10-24 08:47:20 -04:00
FactoryBot
.
define
do
factory
(
:upload_whitelist
)
do
end
end
Reference in New Issue
Copy Permalink