diff --git a/lib/engine/step/home_token.rb b/lib/engine/step/home_token.rb index 77632aa142..097d9343ca 100644 --- a/lib/engine/step/home_token.rb +++ b/lib/engine/step/home_token.rb @@ -35,6 +35,14 @@ def pending_entity pending_token[:entity] end + def active_entities + [pending_entity] + end + + def override_entities + active_entities + end + def token pending_token[:token] end