app/actors/hyrax/actors/abstract_actor.rb in hyrax-2.0.3 vs app/actors/hyrax/actors/abstract_actor.rb in hyrax-2.1.0.beta1
- old
+ new
@@ -1,8 +1,8 @@
module Hyrax
module Actors
##
- # `Hyrax::AbstractActor` implements the base (no-op) case for Hyrax Actor
+ # `Hyrax::Actors::AbstractActor` implements the base (no-op) case for Hyrax Actor
# middleware. Concrete implementations may override any or all of the three
# primary actions:
#
# * #create
# * #update