mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:30:57 +08:00
7 lines
149 B
Ruby
7 lines
149 B
Ruby
|
class SearchLogsSerializer < ApplicationSerializer
|
||
|
attributes :term,
|
||
|
:searches,
|
||
|
:click_through,
|
||
|
:unique
|
||
|
end
|