discourse/spec/fabricators/user_action_fabricator.rb
Martin Brennan fbcc35b417
DEV: Remove PostAction/UserAction bookmark refs ()
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.
2022-05-10 10:42:18 +10:00

7 lines
101 B
Ruby

# frozen_string_literal: true
Fabricator(:user_action) do
user
action_type UserAction::EDIT
end