Skip to content

Commit

Permalink
handle rename of Entity to ActorEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Dec 9, 2024
1 parent 7236b26 commit 899f786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/federails_common.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module FederailsCommon
extend ActiveSupport::Concern
include Federails::Entity
include Federails::ActorEntity

def actor
act = Federails::Actor.find_by(entity: self)
Expand Down

0 comments on commit 899f786

Please sign in to comment.