mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 13:08:40 +08:00
We have not used anything related to bookmarks for PostAction or UserAction records since 2020, bookmarks are their own thing now. Deleting all this is just cleaning up old cruft.
6 lines
101 B
Ruby
Vendored
6 lines
101 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
Fabricator(:user_action) do
|
|
user
|
|
action_type UserAction::EDIT
|
|
end
|