lib/avo/base_action.rb in avo-3.1.7 vs lib/avo/base_action.rb in avo-3.2.0

- old
+ new

@@ -232,10 +232,13 @@ end def authorized? Avo::ExecutionContext.new( target: authorize, - action: self + action: self, + resource: @resource, + view: @view, + arguments: arguments ).handle end private