mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 21:46:14 +08:00
6 lines
116 B
Ruby
6 lines
116 B
Ruby
![]() |
Fabricator(:search_log) do
|
||
|
term "ruby"
|
||
|
search_type SearchLog.search_types[:header]
|
||
|
ip_address "127.0.0.1"
|
||
|
end
|