From 19084d3c6cb435ca669ea06daf29c213ebdc149c Mon Sep 17 00:00:00 2001 From: "Akihiko Odaki (@fn_aki@pawoo.net)" Date: Sun, 4 Jun 2017 21:56:10 +0900 Subject: Remove Targetable (#3548) --- app/models/account.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/models/account.rb') diff --git a/app/models/account.rb b/app/models/account.rb index 4561fd0a4..5b0d2d65c 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -47,7 +47,6 @@ class Account < ApplicationRecord include AccountInteractions include Attachmentable include Remotable - include Targetable # Local users has_one :user, inverse_of: :account -- cgit