Remove Targetable (#3548)
This commit is contained in:
		
							parent
							
								
									e014bf8ed0
								
							
						
					
					
						commit
						19084d3c6c
					
				
					 2 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
					@ -47,7 +47,6 @@ class Account < ApplicationRecord
 | 
				
			||||||
  include AccountInteractions
 | 
					  include AccountInteractions
 | 
				
			||||||
  include Attachmentable
 | 
					  include Attachmentable
 | 
				
			||||||
  include Remotable
 | 
					  include Remotable
 | 
				
			||||||
  include Targetable
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Local users
 | 
					  # Local users
 | 
				
			||||||
  has_one :user, inverse_of: :account
 | 
					  has_one :user, inverse_of: :account
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +0,0 @@
 | 
				
			||||||
# frozen_string_literal: true
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
module Targetable
 | 
					 | 
				
			||||||
  def object_type
 | 
					 | 
				
			||||||
    :object
 | 
					 | 
				
			||||||
  end
 | 
					 | 
				
			||||||
end
 | 
					 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue