Browse Source

Remove Targetable (#3548)

closed-social-glitch-2
Akihiko Odaki (@fn_aki@pawoo.net) 6 years ago
committed by Eugen Rochko
parent
commit
19084d3c6c
2 changed files with 0 additions and 8 deletions
  1. +0
    -1
      app/models/account.rb
  2. +0
    -7
      app/models/concerns/targetable.rb

+ 0
- 1
app/models/account.rb View File

@ -47,7 +47,6 @@ class Account < ApplicationRecord
include AccountInteractions
include Attachmentable
include Remotable
include Targetable
# Local users
has_one :user, inverse_of: :account

+ 0
- 7
app/models/concerns/targetable.rb View File

@ -1,7 +0,0 @@
# frozen_string_literal: true
module Targetable
def object_type
:object
end
end

Loading…
Cancel
Save