Skip to content
Snippets Groups Projects
Commit 19084d3c authored by Akihiko Odaki (@fn_aki@pawoo.net)'s avatar Akihiko Odaki (@fn_aki@pawoo.net) Committed by Eugen Rochko
Browse files

Remove Targetable (#3548)

parent e014bf8e
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@ class Account < ApplicationRecord
include AccountInteractions
include Attachmentable
include Remotable
include Targetable
# Local users
has_one :user, inverse_of: :account
......
# frozen_string_literal: true
module Targetable
def object_type
:object
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment